aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-package-version-details.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'mod/mod-package-version-details.cxx')
-rw-r--r--mod/mod-package-version-details.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/mod/mod-package-version-details.cxx b/mod/mod-package-version-details.cxx
index a23989e..0faf7a2 100644
--- a/mod/mod-package-version-details.cxx
+++ b/mod/mod-package-version-details.cxx
@@ -327,10 +327,10 @@ handle (request& rq, response& rs)
<< TH;
if (da.conditional)
- s << "?";
+ s << '?';
if (da.buildtime)
- s << "*";
+ s << '*';
s << ~TH
<< TD
@@ -429,6 +429,12 @@ handle (request& rq, response& rs)
}
s << TR(CLASS=id)
+ << TH;
+
+ if (td.buildtime)
+ s << '*';
+
+ s << ~TH
<< TD
<< SPAN(CLASS="value");