diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-03-29 03:14:01 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-03-29 03:14:01 +0200 |
| commit | 84d5c050479a2efea8e1c017ac27c9c551e11bc2 (patch) | |
| tree | 7b671fce69843ff607ead32daff6f3da96068c0d /ishtar/templates/base.html | |
| parent | e7579f6221a1f98302ef62b33295fd5a997d1729 (diff) | |
| download | Ishtar-84d5c050479a2efea8e1c017ac27c9c551e11bc2.tar.bz2 Ishtar-84d5c050479a2efea8e1c017ac27c9c551e11bc2.zip | |
Correct PDF export (closes #306)
Diffstat (limited to 'ishtar/templates/base.html')
| -rw-r--r-- | ishtar/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar/templates/base.html b/ishtar/templates/base.html index 7bfc579bb..630fe666e 100644 --- a/ishtar/templates/base.html +++ b/ishtar/templates/base.html @@ -4,7 +4,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <link rel="shortcut icon" href="{{MEDIA_URL}}/media/images/favicon.png"> + <link rel="shortcut icon" href="{{MEDIA_URL}}/media/images/favicon.png"/> <title>{% block title %}Ishtar{% if APP_NAME %} - {{APP_NAME}}{%endif%}{% endblock %} </title> <script language="javascript" type="text/javascript"> |
