Changeset - 86dec964a557
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-11-07 02:06:21
bkuhn@ebb.org
use rarr instead of /
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
templates/page.tmpl
Show inline comments
...
 
@@ -4,5 +4,5 @@
 
    <meta charset="utf-8" />
 

	
 
    <title><TMPL_LOOP NAME="PARENTLINKS"><TMPL_VAR NAME=PAGE>/</TMPL_LOOP><TMPL_VAR TITLE></title>
 
    <title><TMPL_LOOP NAME="PARENTLINKS"><TMPL_VAR NAME=PAGE> &rarr; </TMPL_LOOP><TMPL_VAR TITLE></title>
 

	
 
    <TMPL_IF NAME="META"><TMPL_VAR META></TMPL_IF>
0 comments (0 inline, 0 general)