From e02e3bc792293af9460da9c9d6b9185b94c5307f Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 20 Jan 2014 23:15:06 +0100 Subject: Bug 958825: Use HTML5's attribute "autofocus" instead of onload="element.focus()" r/a=justdave --- template/en/default/bug/create/create-guided.html.tmpl | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'template/en/default/bug/create') diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl index 64bacf0b1..7f9e5179f 100644 --- a/template/en/default/bug/create/create-guided.html.tmpl +++ b/template/en/default/bug/create/create-guided.html.tmpl @@ -223,9 +223,10 @@ function PutDescription() { Details [% INCLUDE global/textarea.html.tmpl - name = 'comment' - minrows = 6 - cols = constants.COMMENT_COLS + name = 'comment' + minrows = 6 + cols = constants.COMMENT_COLS + mandatory = 1 %]

Expand on the Summary. Please be @@ -379,11 +380,7 @@ function PutDescription() {

Step 3 of 3 - submit the [% terms.bug %] report

- +

-- cgit v1.2.3-24-g4f1b