aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config_sample.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/config_sample.rb b/config_sample.rb
index 2de3298..e0e3ec8 100644
--- a/config_sample.rb
+++ b/config_sample.rb
@@ -46,10 +46,10 @@ notice += "</table>"
# Example 2: displays a static text
notice += <<NOTICE
<h2>Examples</h2>
+<div>
If you want to play around with the Tool, you may want to take a look at these two Example Polls:<br />
<a href='coffeebreak'>Event Schedule Poll</a><br />
<a href='coffee'>Normal Poll</a>
+</div>
NOTICE
NOTICE = notice
-
-