what_does_this_error_mean-merb 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/what_does_this_error_mean-merb.rb +1 -1
- data/templates/index.html.erb +1 -1
- metadata +1 -1
data/templates/index.html.erb
CHANGED
@@ -92,7 +92,7 @@
|
|
92
92
|
lots of love, from <a href="http://www.merbivore.com">merb</a>
|
93
93
|
</div>
|
94
94
|
<div class="wdtem">
|
95
|
-
<form action="http://whatdoesthiserrormean.com/search" method="
|
95
|
+
<form action="http://whatdoesthiserrormean.com/search" method="get" name="wdtem">
|
96
96
|
<input type="hidden" name="q" value="<%= exception.class.name.to_s %> <%= exception.message %>" />
|
97
97
|
</form>
|
98
98
|
<%= link_to image_tag('http://whatdoesthiserrormean.com/images/logo_for_error_page.gif', :border => 0), "javascript: document.forms.wdtem.submit();" %>
|