diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/editprofile.tpl.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/editprofile.tpl.php b/templates/editprofile.tpl.php index 8108b2c..c9eb8a4 100644 --- a/templates/editprofile.tpl.php +++ b/templates/editprofile.tpl.php @@ -56,8 +56,8 @@ $this->includeTemplate($GLOBALS['top_include']); <tr> <th align="left"><?php echo T_('Export bookmarks'); ?></th> <td> - <a href="../api/posts/all"><?php echo T_('XML file (for del.icio.us)')?></a> / - <a href="../api/export/all"><?php echo T_('HTML file (for browsers)')?></a> + <a href="../api/export/html"><?php echo T_('HTML file (for browsers)')?></a> / + <a href="../api/posts/all"><?php echo T_('XML file (like del.icio.us)')?></a> </td> </tr> <tr><th> </th><td> </td></tr> |