Mercurial > p > roundup > code
comparison website/www/_templates/layout.html @ 4028:5058b51243c2 website
don't escape the mdash
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 12 Feb 2009 02:06:17 +0000 |
| parents | d62831da3941 |
| children | 0bc287f7559e |
comparison
equal
deleted
inserted
replaced
| 4025:d715ec7fc4ea | 4028:5058b51243c2 |
|---|---|
| 3 <html xmlns="http://www.w3.org/1999/xhtml"> | 3 <html xmlns="http://www.w3.org/1999/xhtml"> |
| 4 <head> | 4 <head> |
| 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 6 {{ metatags }} | 6 {{ metatags }} |
| 7 {%- if builder != 'htmlhelp' %} | 7 {%- if builder != 'htmlhelp' %} |
| 8 {%- set titlesuffix = " — " + docstitle|e %} | 8 {%- set titlesuffix = docstitle|e %} |
| 9 {%- set titlesuffix = " — " + titlesuffix %} | |
| 9 {%- endif %} | 10 {%- endif %} |
| 10 <title>{{ title|striptags }}{{ titlesuffix }}</title> | 11 <title>{{ title|striptags }}{{ titlesuffix }}</title> |
| 11 {%- if builder == 'web' %} | 12 {%- if builder == 'web' %} |
| 12 <link rel="stylesheet" href="{{ pathto('index') }}?do=stylesheet{% | 13 <link rel="stylesheet" href="{{ pathto('index') }}?do=stylesheet{% |
| 13 if in_admin_panel %}&admin=yes{% endif %}" type="text/css" /> | 14 if in_admin_panel %}&admin=yes{% endif %}" type="text/css" /> |
