aboutsummaryrefslogtreecommitdiff
path: root/config_sample.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-25 11:22:01 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-25 11:22:01 +0100
commit0a7091d7e5f1f373f16934b3583b02494e0580dc (patch)
tree8743eadddf74df7e5e9b78800add1aa21eb54912 /config_sample.rb
parent7d4c2f3fc9aa738e2aeb38bf9fe211dcd038fac4 (diff)
validated
Diffstat (limited to 'config_sample.rb')
-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
-
-