diff --git a/test/pages/test_awards.rb b/test/pages/test_awards.rb
index 87db850..c3719d1 100644
--- a/test/pages/test_awards.rb
+++ b/test/pages/test_awards.rb
@@ -155,9 +155,9 @@ def test_in_week
def test_award
{
- 42 => [ 'darkgreen', '+42' ],
- 0 => [ 'lightgray', '—' ],
- -7 => [ 'darkred', '-7' ]
+ 42 => ['darkgreen', '+42'],
+ 0 => ['lightgray', '—'],
+ -7 => ['darkred', '-7']
}.each do |k, v|
xml = xslt(
"",
diff --git a/xsl/awards.xsl b/xsl/awards.xsl
index 5e60706..665007c 100644
--- a/xsl/awards.xsl
+++ b/xsl/awards.xsl
@@ -332,9 +332,9 @@ SOFTWARE.
-
+
-
+