Skip to content

Commit

Permalink
Fixes calendar module edit form title
Browse files Browse the repository at this point in the history
  • Loading branch information
dleffler committed Mar 16, 2011
1 parent 2782592 commit 7fc8c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/calendarmodule/views/_form_edit.tpl
Expand Up @@ -24,7 +24,7 @@

<div class="module calendar edit">
<div class="form_title">
{if $is_edit == 1}{$_TR.form_title_edit}{else}{$_TR.form_title_new}{/if}
{if $is_edit == 1}<h1>{$_TR.form_title_edit}</h1>{else}{$_TR.form_title_new}{/if}
</div>
<div class="form_header">
<p>{$_TR.form_header}</p>
Expand Down

0 comments on commit 7fc8c43

Please sign in to comment.