diff options
author | francis <francis> | 2008-02-25 15:02:38 +0000 |
---|---|---|
committer | francis <francis> | 2008-02-25 15:02:38 +0000 |
commit | a72b91cc555f03849f316445ff2aa07fe29e0155 (patch) | |
tree | dd37874e403b4c0fbee6b912eaa68d51ec7c4ade | |
parent | b4fc1466af843f1fbd3185dc344c80a800687ee6 (diff) |
Remove table things, that accidentally came over from WTT
-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"> |