summaryrefslogtreecommitdiffstats
path: root/extensions/UserStory/template/en/default/hook/bug/create/create-after_custom_fields.html.tmpl
diff options
context:
space:
mode:
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 %]');