summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/du2html-review.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/du2html-review.xsl b/templates/du2html-review.xsl
index b190c59..5fe3c1e 100644
--- a/templates/du2html-review.xsl
+++ b/templates/du2html-review.xsl
@@ -56,7 +56,7 @@
<x:param name="value"/>
<x:param name="max"/>
<x:choose>
- <x:when test="$value &gt; 1"><img src="/full-star.svg" style="width: 2em; height: 2em" /></x:when>
+ <x:when test="$value &gt;= 1"><img src="/full-star.svg" style="width: 2em; height: 2em" /></x:when>
<x:when test="$value &gt; 0"><img src="/half-star.svg" style="width: 2em; height: 2em" /></x:when>
<x:otherwise><img src="/empty-star.svg" style="width: 2em; height: 2em" /></x:otherwise>
</x:choose>