diff --git a/HISTORY.rst b/HISTORY.rst index bfe35df5..31515e8a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -16,6 +16,8 @@ Pending Release * Removed all inline javascript. * Added ``ifnotswitch`` template tag, a merge of disqus/gargoyle#92, thanks @mrfuxi. +* Fixed Nexus admin interface for Switches with spaces in their keys, an issue + reported in disqus/gargoyle#98, thanks @arnaudlimbourg. 1.1.1 (2016-01-15) ------------------ diff --git a/gargoyle/templates/gargoyle/index.html b/gargoyle/templates/gargoyle/index.html index 1ff119a8..39ddeecb 100644 --- a/gargoyle/templates/gargoyle/index.html +++ b/gargoyle/templates/gargoyle/index.html @@ -44,7 +44,7 @@
{% if switch.label %}{{ switch.label }}{% else %}{{ switch.key|title }}{% endif %} ({{ switch.key }})
@@ -157,7 +157,7 @@ |