summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/create.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-04-25 03:07:11 +0200
committergerv%gerv.net <>2002-04-25 03:07:11 +0200
commit357538cf09dac38231e7b33d85cae29a53f314c2 (patch)
tree73e8966dc8a78fd9bb76c18ae04c07edceacfaff /template/en/default/attachment/create.html.tmpl
parent7ed2e8437a8b30cb24d24053ac2dd3368b71628d (diff)
downloadbugzilla-357538cf09dac38231e7b33d85cae29a53f314c2.tar.gz
bugzilla-357538cf09dac38231e7b33d85cae29a53f314c2.tar.xz
Bug 139787 - more template name fixes to stop tree burning. Patch by ddk, 2xr=gerv.
Diffstat (limited to 'template/en/default/attachment/create.html.tmpl')
-rw-r--r--template/en/default/attachment/create.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl
index d31ef1292..414639c22 100644
--- a/template/en/default/attachment/create.html.tmpl
+++ b/template/en/default/attachment/create.html.tmpl
@@ -70,7 +70,7 @@
auto-detect<br>
<input type="radio" name="contenttypemethod" value="list">
select from list: <select name="contenttypeselection" onchange="this.form.contenttypemethod[1].checked = true;">
- [% PROCESS attachment/contenttypes %]
+ [% PROCESS "attachment/content-types.html.tmpl" %]
</select><br>
<input type="radio" name="contenttypemethod" value="manual">
enter manually: <input type="text" name="contenttypeentry" size="30" maxlength="200" onchange="if (this.value) this.form.contenttypemethod[2].checked = true;">