aboutsummaryrefslogtreecommitdiff
path: root/config_sample.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-25 14:20:15 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-25 14:20:15 +0100
commit230013298998885def4f427cc66fa1a435192bc0 (patch)
tree2964e47d1180e71fb3043ca294cc652f3b1a6a47 /config_sample.rb
parent000ae30402054138c16f11f14211dca76e9e47ef (diff)
validated
Diffstat (limited to 'config_sample.rb')
-rw-r--r--config_sample.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/config_sample.rb b/config_sample.rb
index b199cf4..0bcc420 100644
--- a/config_sample.rb
+++ b/config_sample.rb
@@ -45,18 +45,19 @@ NOTICE
notice += "</table>"
# Example 2: displays a static text
notice += <<NOTICE
-<h2>Examples</h2>
<div>
+ <h2>Examples</h2>
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>
-<h2>--verbose</h2>
+<div>
+ <h2>--verbose</h2>
Get the sourcecode with <a href="http://bazaar-vcs.org/">bazaar</a>:
<br />
bzr branch #{SITEURL} dudle
<br />
-
+</div>
NOTICE
NOTICE = notice