aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--participate.rb9
1 files changed, 5 insertions, 4 deletions
diff --git a/participate.rb b/participate.rb
index 45c0148..744f157 100644
--- a/participate.rb
+++ b/participate.rb
@@ -28,9 +28,10 @@ $htmlout += <<HEAD
<link rel="alternate" type="application/atom+xml" href="atom.cgi" />
</head>
<body>
-<small>
- <a href='..' style='text-decoration:none'>#{BACK}</a>
- <a href='config.cgi' style='text-decoration:none'>config</a>
+<div>
+ <small>
+ <a href='..' style='text-decoration:none'>#{BACK}</a>
+ <a href='config.cgi' style='text-decoration:none'>config</a>
HEAD
# HISTORY
@@ -51,7 +52,7 @@ $htmlout +=" history:"
$htmlout += "</a>" if REVISION != i
end
end
-$htmlout += "</small>"
+$htmlout += "</small></div>"
# TABLE