diff options
author | plegall <plg@piwigo.org> | 2013-03-04 14:34:03 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-03-04 14:34:03 +0000 |
commit | 6e1d4c230f734791ce10ca32542f17fd91741bbe (patch) | |
tree | bfceb688cff146f8fe99336e6a1f615d2e96548b /themes/default | |
parent | c1f445f510cf82486044ea71764ef6253f5adff3 (diff) |
typo fixed from r21175
git-svn-id: http://piwigo.org/svn/trunk@21176 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/template/picture.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index 4d73ae389..eacb81beb 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -134,7 +134,7 @@ y.callService( {if $DISPLAY_NAV_THUMB} <div class="navThumbs"> {if isset($previous)} - <a class="navThumb" id="linkPrev" href="{$previous.U_IMG}" title="{'Previous'|@translate} :: {$previous.TITLE|@escape}" rel="prev"> + <a class="navThumb" id="linkPrev" href="{$previous.U_IMG}" title="{'Previous'|@translate} : {$previous.TITLE|@escape}" rel="prev"> <span class="thumbHover prevThumbHover"></span> <img src="{$previous.derivatives.square->get_url()}" alt="{$previous.TITLE|@escape}"> </a> |