Skip to content

Commit 03a2eac

Browse files
committed
Bug 1146886: after publishing a review with splinter, the 'edit' mode doesn't work
1 parent 4dbea14 commit 03a2eac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

template/en/default/attachment/created.html.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
to [% "$terms.bug $attachment.bug_id" FILTER bug_link(attachment.bug_id) FILTER none %] created
4646
</dt>
4747
<dd>
48-
[% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = attachment.bug_id %]
48+
[% INCLUDE "bug/process/bugmail.html.tmpl" mailing_bugid = attachment.bug_id %]
4949
[% IF convertedbmp %]
5050
<p>
5151
<b>Note:</b> [% terms.Bugzilla %] automatically converted your BMP image file to a

template/en/default/attachment/updated.html.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
of [% "$terms.bug $attachment.bug_id" FILTER bug_link(attachment.bug_id) FILTER none %] submitted
4444
</dt>
4545
<dd>
46-
[% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = attachment.bug_id %]
46+
[% INCLUDE "bug/process/bugmail.html.tmpl" mailing_bugid = attachment.bug_id %]
4747
[%# Links to more information about the changed bug. %]
4848
[% Hook.process("links") %]
4949
</dd>

0 commit comments

Comments
 (0)