diff options
-rw-r--r-- | template/en/default/admin/milestones/updated.html.tmpl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/template/en/default/admin/milestones/updated.html.tmpl b/template/en/default/admin/milestones/updated.html.tmpl index 4208e8d79..f55985534 100644 --- a/template/en/default/admin/milestones/updated.html.tmpl +++ b/template/en/default/admin/milestones/updated.html.tmpl @@ -26,7 +26,7 @@ # 'updated_XXX' variables are booleans, and are defined if the # 'XXX' field was updated during the edit just being handled. #%] - + [% title = BLOCK %]Updating Milestone '[% milestone.name FILTER html %]' of Product '[% product.name FILTER html %]'[% END %] [% PROCESS global/header.html.tmpl @@ -42,10 +42,9 @@ [% END %] [% UNLESS updated_sortkey || updated_name %] - <p>Nothing changed for milestone '[% milestone.name FILTER html %]'. + <p>Nothing changed for milestone '[% milestone.name FILTER html %]'.</p> + [% END %] - -<p> [% PROCESS admin/milestones/footer.html.tmpl %] |