projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c3adce
)
Fix HTML.
author
Jan Schneider
<jan@horde.org>
Mon, 3 Aug 2009 16:40:58 +0000
(18:40 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 3 Aug 2009 16:40:58 +0000
(18:40 +0200)
nag/templates/common-header.inc
patch
|
blob
|
history
diff --git
a/nag/templates/common-header.inc
b/nag/templates/common-header.inc
index
4cf223d
..
d583a09
100644
(file)
--- a/
nag/templates/common-header.inc
+++ b/
nag/templates/common-header.inc
@@
-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>