aboutsummaryrefslogtreecommitdiff
path: root/config_sample.rb
diff options
context:
space:
mode:
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