diff --git a/template/en/custom/pages/previewcomment.html.tmpl b/template/en/custom/pages/previewcomment.html.tmpl index d074df09d..4bbf47599 100644 --- a/template/en/custom/pages/previewcomment.html.tmpl +++ b/template/en/custom/pages/previewcomment.html.tmpl @@ -1,12 +1,14 @@ [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] - + - +

[%- cgi.param("comment") FILTER wrap_comment FILTER quoteUrls FILTER links_targetblank -%]

diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 53e1d9acd..8287cd8b4 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -197,6 +197,10 @@ TUI_hide_default('expert_fields'); [% select_fields.${field.name} = field %] [% END %] +
+ +
+
@@ -527,24 +531,28 @@ TUI_hide_default('expert_fields');

Preview