summaryrefslogtreecommitdiffstats
path: root/extensions/UserStory/template/en/default/hook/bug/create/create-after_custom_fields.html.tmpl
diff options
context:
space:
mode:
authorFateh Sandhu <fatehsandhu@gmail.com>2018-01-02 01:37:23 +0100
committerKohei Yoshino <kohei.yoshino@gmail.com>2018-01-02 01:37:23 +0100
commit37bac7ea1661464624b21f24940cbad625ef056b (patch)
tree7d1ac0308fdc62ddab5a7a948bc488472593aaeb /extensions/UserStory/template/en/default/hook/bug/create/create-after_custom_fields.html.tmpl
parente83fa315f72b97c5504e85236623df1f14dddc94 (diff)
downloadbugzilla-37bac7ea1661464624b21f24940cbad625ef056b.tar.gz
bugzilla-37bac7ea1661464624b21f24940cbad625ef056b.tar.xz
Bug 1426507 - Upgrade BMO to HTML5
Diffstat (limited to 'extensions/UserStory/template/en/default/hook/bug/create/create-after_custom_fields.html.tmpl')
-rw-r--r--extensions/UserStory/template/en/default/hook/bug/create/create-after_custom_fields.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/UserStory/template/en/default/hook/bug/create/create-after_custom_fields.html.tmpl b/extensions/UserStory/template/en/default/hook/bug/create/create-after_custom_fields.html.tmpl
index 0c968e634..77734408a 100644
--- a/extensions/UserStory/template/en/default/hook/bug/create/create-after_custom_fields.html.tmpl
+++ b/extensions/UserStory/template/en/default/hook/bug/create/create-after_custom_fields.html.tmpl
@@ -17,7 +17,7 @@
<td colspan="3">
<div id="user_story_header">
<span id="user_story_edit">
- (<a href="javascript:void(0)" id="user_story_edit_action" >edit</a>)
+ (<a href="javascript:void(0)" id="user_story_edit_action">edit</a>)
</span>
</div>
<div id="user_story_edit_container" class="bz_default_hidden">
@@ -32,7 +32,7 @@
defaultcontent = user_story_default
%]
</div>
- <script type="text/javascript">
+ <script>
var user_story_exclude_components = [];
[% FOREACH c = default.user_story_visible.1 %]
user_story_exclude_components.push('[% c FILTER js %]');