diff options
Diffstat (limited to 'templates/display_structure.tpl')
| -rwxr-xr-x | templates/display_structure.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/display_structure.tpl b/templates/display_structure.tpl index d4b63ec..6ef27b2 100755 --- a/templates/display_structure.tpl +++ b/templates/display_structure.tpl @@ -22,7 +22,7 @@ {if $structureInfo.prev && $structureInfo.prev.structure_id} <a href="index.php?structure_id={$structureInfo.prev.structure_id}"> {if $wikibook_use_icons eq 'y'} - {biticon ipackage="icons" iname="go-previous" ipackage="icons" iexplain=Previous} + {biticon ipackage="icons" iname="go-previous" iexplain=Previous} {else} « {$structureInfo.prev.title|escape} {/if} |
