diff --git a/pylons_app/controllers/summary.py b/pylons_app/controllers/summary.py
--- a/pylons_app/controllers/summary.py
+++ b/pylons_app/controllers/summary.py
@@ -84,6 +84,7 @@ class SummaryController(BaseController):
def author_key_cleaner(k):
k = person(k)
+ k = k.replace('"', "'") #for js data compatibilty
return k
for cs in repo:
diff --git a/pylons_app/public/css/style.css b/pylons_app/public/css/style.css
--- a/pylons_app/public/css/style.css
+++ b/pylons_app/public/css/style.css
@@ -1039,8 +1039,8 @@ div.options a:hover
#content div.box div.message
{
- margin: 0 0 10px 0;
- padding: 0;
+ margin: 0 0 0px 0;
+ padding: 0 0 10px 0;
clear: both;
overflow: hidden;
}
@@ -3438,12 +3438,14 @@ div#legend_container table,div#legend_ch
div#legend_container table td{
border: none !important;
- padding: 2px !important;
+ padding: 0px !important;
+ height: 20px !important;
}
div#legend_choices table td{
border: none !important;
padding: 0px !important;
+ height: 20px !important;
}
div#legend_choices{
diff --git a/pylons_app/templates/changelog/changelog.html b/pylons_app/templates/changelog/changelog.html
--- a/pylons_app/templates/changelog/changelog.html
+++ b/pylons_app/templates/changelog/changelog.html
@@ -1,3 +1,5 @@
+## -*- coding: utf-8 -*-
+
<%inherit file="/base/base.html"/>
<%def name="title()">
@@ -59,7 +61,7 @@
${h.email_or_none(cs.author)}