Use multiline error
authorJoey Schulze <joey@infodrom.org>
Fri, 27 Jun 2008 07:38:50 +0000 (07:38 +0000)
committerJoey Schulze <joey@infodrom.org>
Fri, 27 Jun 2008 07:38:50 +0000 (07:38 +0000)
src/Infodrom/fortunes/submit.wml

index ea8dcab..d6d4412 100644 (file)
@@ -53,8 +53,8 @@ div.inner {
 <script style="text/javascript">
 function info(bug)
 {
-  window.alert (bug + "  You'll have to provide at least a fortune cookie and an origin.  " +
-               "Your name and mail address are optional.");
+  window.alert (bug + "  You'll have to provide at least\na fortune cookie and an origin.  " +
+               "Your name\nand mail address are optional.");
   return false;
 }