diff --git a/misc/dashboard/godashboard/package.html b/misc/dashboard/godashboard/package.html
index 8a9d0a3a044..b688af9e2b5 100644
--- a/misc/dashboard/godashboard/package.html
+++ b/misc/dashboard/godashboard/package.html
@@ -20,12 +20,14 @@
may or may not build or be safe to use.
+
The info column shows the first paragraph from the
@@ -39,7 +41,7 @@
{{r.last_install|date:"Y-M-d H:i"}} |
{{r.week_count}} |
- {% if r.ok %}ok{% else %} {% endif %} |
+
{{r.path}} |
{% if r.info %}{{r.info|escape}}{% endif %} |
@@ -53,7 +55,7 @@
{{r.last_install|date:"Y-M-d H:i"}} |
{{r.count}} |
- {% if r.ok %}ok{% else %} {% endif %} |
+
{{r.path}} |
{% if r.info %}{{r.info|escape}}{% endif %} |
@@ -67,7 +69,7 @@
{{r.last_install|date:"Y-M-d H:i"}} |
{{r.count}} |
- {% if r.ok %}ok{% else %} {% endif %} |
+
{{r.path}} |
{% if r.info %}{{r.info|escape}}{% endif %} |