diff options
| author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-05-05 13:35:08 +0000 | 
|---|---|---|
| committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-05-05 13:35:08 +0000 | 
| commit | 1384330b561ebf7bfc82f55f93ad08003f4a48fc (patch) | |
| tree | eda82f8d308befa330c84ed63dd25528d2a5da62 /templates | |
| parent | f6839afb5f224cfafcddbc355aad930eba163569 (diff) | |
| download | semanticscuttle-1384330b561ebf7bfc82f55f93ad08003f4a48fc.tar.gz semanticscuttle-1384330b561ebf7bfc82f55f93ad08003f4a48fc.tar.bz2  | |
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@318 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/editprofile.tpl.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/editprofile.tpl.php b/templates/editprofile.tpl.php index 48d7308..fcd5fd2 100644 --- a/templates/editprofile.tpl.php +++ b/templates/editprofile.tpl.php @@ -59,7 +59,7 @@ $this->includeTemplate($GLOBALS['top_include']);      <td>  	<a href="../api/export_html.php"><?php echo T_('HTML file (for browsers)')?></a> /  	<a href="../api/posts/all"><?php echo T_('XML file (like del.icio.us)')?></a> -	<a href="../api/posts/all"><?php echo T_('CSV file (for spreadsheet tools)')?></a> +	<a href="../api/export_csv.php"><?php echo T_('CSV file (for spreadsheet tools)')?></a>      </td>  </tr>  <tr><th> </th><td> </td></tr>  | 
