diff options
author | timeless%mozdev.org <> | 2007-01-08 08:49:19 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-01-08 08:49:19 +0100 |
commit | 89fbcecc35ac21c31f510a185fb05d55a16c0edf (patch) | |
tree | 79ebb3478cec66794ec56594ac71aac2d27f384d | |
parent | f5485c748f24381399a2e9c99172ae418d0b86cd (diff) | |
download | bugzilla-89fbcecc35ac21c31f510a185fb05d55a16c0edf.tar.gz bugzilla-89fbcecc35ac21c31f510a185fb05d55a16c0edf.tar.xz |
Bug 365494 admin/milestones/edit has useless <p>
patch by bmo2007@rsz.jp r=timeless a=justdave
-rw-r--r-- | template/en/default/admin/milestones/edit.html.tmpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/template/en/default/admin/milestones/edit.html.tmpl b/template/en/default/admin/milestones/edit.html.tmpl index c7aeb031a..fbe0dd879 100644 --- a/template/en/default/admin/milestones/edit.html.tmpl +++ b/template/en/default/admin/milestones/edit.html.tmpl @@ -58,8 +58,6 @@ <input type="hidden" name="token" value="[% token FILTER html %]"> </form> -<p> - [% PROCESS admin/milestones/footer.html.tmpl no_edit_milestone_link = 1 %] |