move debug output outside form
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 16 May 2010 15:08:56 +0000 (17:08 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 16 May 2010 15:08:56 +0000 (17:08 +0200)
templates/data/index.html.ep

index c1a0d27..59977cd 100644 (file)
@@ -27,6 +27,7 @@
 
 <input type=submit value="Load">
 
+</form>
+
 <pre class=debug><%= dumper $loaded %></pre>
 <pre class=debug><%= dumper $filters %></pre>
-</form>