Skip to content

Commit

Permalink
Fix css class.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Feb 6, 2014
1 parent 09ab7ee commit 7456a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kronolith/templates/dynamic/task.inc
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
</form>
</div>

<div id="kronolithQuicktask" class="kronolithQuick" style="display:none;">
<div id="kronolithQuicktask" class="quickAdd" style="display:none;">
<h2><?php echo _("Quick Task Creation") ?></h2>
<form id="kronolithQuicktaskForm" method="post" action="">
<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>
Expand Down

0 comments on commit 7456a6c

Please sign in to comment.