diff options
-rw-r--r-- | app/views/request/new.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/new.rhtml b/app/views/request/new.rhtml index 97404e118..a00b62a67 100644 --- a/app/views/request/new.rhtml +++ b/app/views/request/new.rhtml @@ -62,7 +62,7 @@ <% end %> <div class="form_button"> - <script type="text/javascript">document.write('<tr><td><input name="doSpell" type="button" value="Check spelling" onClick="openSpellChecker(document.getElementById(\'write_form\').body);"/> (optional)</td></tr>')</script> + <script type="text/javascript">document.write('<input name="doSpell" type="button" value="Check spelling" onClick="openSpellChecker(document.getElementById(\'write_form\').body);"/> (optional)')</script> </div> <p class="form_note"> |