From b4947ff78070acf8bdb613fc26e3fe60f21d481a Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Thu, 5 Jun 2014 11:19:35 +0300 Subject: Fix typo on defaultcontent Signed-off-by: Fathi Boudra --- template/en/default/bug/create/create.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index ccc2bed..d3e4c81 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -547,7 +547,7 @@ TUI_hide_default('attachment_text_field'); minrows = 15 maxrows = 25 cols = constants.COMMENT_COLS - defaultcontent = defaultcontent = "Overview: More detailed restatement of summary.\n\nSteps to Reproduce: Minimized, easy-to-follow steps that will trigger the bug. Include any special setup steps.\n1.\n2.\n3.\n...\n\nActual Results: What happened after performing the above steps.\n\nExpected Results: What should have happened, were the bug not present.\n\nAdditional Information:\n\n" + defaultcontent = "Overview: More detailed restatement of summary.\n\nSteps to Reproduce: Minimized, easy-to-follow steps that will trigger the bug. Include any special setup steps.\n1.\n2.\n3.\n...\n\nActual Results: What happened after performing the above steps.\n\nExpected Results: What should have happened, were the bug not present.\n\nAdditional Information:\n\n" %]
-- cgit v1.2.3