aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-06-05 11:19:35 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2014-06-05 11:19:35 +0300
commitb4947ff78070acf8bdb613fc26e3fe60f21d481a (patch)
tree29045570b72f03cb7b92e0b1d9ce97af082ff4dd
parent422ad33d9ca4227657edc84bca4111f66a3a194d (diff)
Fix typo on defaultcontent
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--template/en/default/bug/create/create.html.tmpl2
1 files changed, 1 insertions, 1 deletions
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"
%]
<br>
</td>