aboutsummaryrefslogtreecommitdiff
path: root/mod/page.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'mod/page.cxx')
-rw-r--r--mod/page.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/page.cxx b/mod/page.cxx
index 291dfb4..a7ec087 100644
--- a/mod/page.cxx
+++ b/mod/page.cxx
@@ -597,7 +597,7 @@ namespace brep
<< SPAN(CLASS="value");
if (build_.state == build_state::building)
- s << "building | ";
+ s << SPAN(CLASS="building") << "building" << ~SPAN << " | ";
else
{
// If no unsuccessful operation results available, then print the
@@ -639,7 +639,7 @@ namespace brep
if (build_.force == (build_.state == build_state::building
? force_state::forcing
: force_state::forced))
- s << "pending";
+ s << SPAN(CLASS="pending") << "pending" << ~SPAN;
else
s << A
<< HREF << force_rebuild_url (host_, root_, build_) << ~HREF