Fix HTML.
authorJan Schneider <jan@horde.org>
Mon, 3 Aug 2009 16:40:58 +0000 (18:40 +0200)
committerJan Schneider <jan@horde.org>
Mon, 3 Aug 2009 16:40:58 +0000 (18:40 +0200)
nag/templates/common-header.inc

index 4cf223d..d583a09 100644 (file)
@@ -50,6 +50,6 @@ glow.ready(function() {
  <form method="post" action="quick.php">
   <p><?php echo _("Enter one task per line. Create child tasks by indenting them below their parent task. Include due dates like \"laundry tomorrow\" or \"get dry cleaning next Thursday\".") ?></p>
   <textarea name="quickText" id="quickText"></textarea>
-  <p><input type="submit" value="<?php echo _("Create") ?>"></p>
+  <p><input type="submit" value="<?php echo _("Create") ?>" /></p>
  </form>
 </div>