aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/templates/layout.mako
diff options
context:
space:
mode:
Diffstat (limited to 'jm2l/templates/layout.mako')
-rw-r--r--jm2l/templates/layout.mako4
1 files changed, 2 insertions, 2 deletions
diff --git a/jm2l/templates/layout.mako b/jm2l/templates/layout.mako
index 415b5a3..893fd07 100644
--- a/jm2l/templates/layout.mako
+++ b/jm2l/templates/layout.mako
@@ -12,7 +12,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<![endif]-->
<link rel="shortcut icon" href="/static/favicon.ico" />
- <link rel="stylesheet" href="/css/pylons.css" type="text/css" media="screen" charset="utf-8" />
+ <link rel="stylesheet" href="/css/pylons.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/css/bootstrap.min.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/css/jm2l.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/css/bootstrap-responsive.css">
@@ -45,7 +45,7 @@ ${helpers.uploader_js()}
<div class="btn-group">
<a class="btn dropdown-toggle" data-toggle="dropdown" href="#">
<span class="brand" href="/" style="padding: 0 10px 0 18px;">JM2L
- <small>${DisplayYear}</small>&nbsp;<span class="caret"></span></a>
+ <small>${DisplayYear}</small>&nbsp;<span class="caret"></span></span></a>
<ul class="dropdown-menu">
% for tmpyear in range(2015, 2005, -1):
% if tmpyear!=2014: