diff options
Diffstat (limited to 'templates/display_structure.tpl')
| -rw-r--r-- | templates/display_structure.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/display_structure.tpl b/templates/display_structure.tpl index d5137f9..c5246ed 100644 --- a/templates/display_structure.tpl +++ b/templates/display_structure.tpl @@ -6,7 +6,7 @@ {section loop=$structureInfo.structure_path name=ix} {if $structureInfo.structure_path[ix].parent_id} » {/if} <a href="index.php?structure_id={$structureInfo.structure_path[ix].structure_id}"> - {$structureInfo.structure_path[ix].title} + {$structureInfo.structure_path[ix].title|escape} </a> {/section} </span> @@ -20,7 +20,7 @@ {if $wikibook_use_icons eq 'y'} {biticon ipackage=liberty iname=nav_prev iexplain=Previous} {else} - « {$structureInfo.prev.title} + « {$structureInfo.prev.title|escape} {/if} </a> {else} {/if} @@ -32,7 +32,7 @@ {if $wikibook_use_icons eq 'y'} {biticon ipackage=liberty iname=nav_next iexplain=Next} {else} - {$structureInfo.next.title} » + {$structureInfo.next.title|escape} » {/if} </a> {else} {/if} |
