diff options
author | Christian Franke <nobody@nowhere.ws> | 2013-04-14 12:12:11 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2013-04-14 12:12:11 +0200 |
commit | fbe143c9c2af5eab369d51c7e85f126cfbc6f354 (patch) | |
tree | 05898ee55b0f445c23a9836f849b04995b7d9985 | |
parent | f7915f13e21e83235b4edb9ec29cc2899850fbf3 (diff) |
slightly different template for wiki
-rw-r--r-- | template/pages/wiki_template/content.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/template/pages/wiki_template/content.html b/template/pages/wiki_template/content.html index 227aab3..708f9af 100644 --- a/template/pages/wiki_template/content.html +++ b/template/pages/wiki_template/content.html @@ -58,8 +58,7 @@ <span> <span class="parentlinks"> <TMPL_LOOP PARENTLINKS> -<a href="<TMPL_VAR URL>"><TMPL_VAR PAGE></a>/ -</TMPL_LOOP> +<a href="<TMPL_VAR URL>"><TMPL_VAR PAGE></a>|</TMPL_LOOP> </span> <span class="title"> <TMPL_VAR TITLE> |