diff options
| author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2015-04-24 19:19:31 +0200 | 
|---|---|---|
| committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2015-04-24 19:19:31 +0200 | 
| commit | fcac7568ec8f2c24d207690f83c160b5dcff8eb0 (patch) | |
| tree | 3e391595d3d5549a3c8bc7fd9e535f592bd908f3 /templates | |
| parent | 6f7f281c52aa7c1c16df35986173249cfa490b76 (diff) | |
Use HTML entities in the template file.
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/page.tmpl | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/templates/page.tmpl b/templates/page.tmpl index 4b24b37..40cb459 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -56,7 +56,7 @@            <li class="active"><a href="https://fripost.org/">Hem</a></li>            <li><a href="<TMPL_VAR BASEURL>om/">Om</a></li>            <li><a href="<TMPL_VAR BASEURL>faq/">FAQ</a></li> -          <li><a href="https://fripost.org/medlemskap.html">Gå med</a></li> +          <li><a href="https://fripost.org/medlemskap.html">Gå med</a></li>            <li><a href="<TMPL_VAR BASEURL>kontakt/">Kontakt</a></li>          </ul>          <ul class="nav navbar-nav navbar-right"> @@ -83,10 +83,10 @@          <div class="col-md-8 col-sm-8 col-xs-6">            <TMPL_LOOP PARENTLINKS>              <a href="<TMPL_VAR URL>"><TMPL_VAR PAGE></a> -            <span class="text-muted">»</span> +            <span class="text-muted">»</span>            </TMPL_LOOP>            <TMPL_VAR TITLE> -          <span class="text-muted">»</span> +          <span class="text-muted">»</span>          </div>          <TMPL_IF EDITURL>          <div class="col-md-4 col-sm-4 col-xs-6 text-right"> | 
