diff --git a/module/bug/view/create.html.php b/module/bug/view/create.html.php
index bbe2bf8f82..7b76e84b72 100644
--- a/module/bug/view/create.html.php
+++ b/module/bug/view/create.html.php
@@ -268,10 +268,10 @@ js::set('stepsNotEmpty', $lang->bug->stepsNotEmpty);
- fetch('my', 'buildContactLists');
- ?>
+ fetch('my', 'buildContactLists');
+ ?>
|
diff --git a/module/doc/view/create.html.php b/module/doc/view/create.html.php
index d0438e8ff9..48a579d74e 100644
--- a/module/doc/view/create.html.php
+++ b/module/doc/view/create.html.php
@@ -86,10 +86,10 @@
doc->mailto;?> |
- fetch('my', 'buildContactLists');
- ?>
+ fetch('my', 'buildContactLists');
+ ?>
|
diff --git a/module/doc/view/edit.html.php b/module/doc/view/edit.html.php
index b73426ff4f..e9ce3e1968 100644
--- a/module/doc/view/edit.html.php
+++ b/module/doc/view/edit.html.php
@@ -63,10 +63,10 @@
doc->mailto;?> |
- mailto, "multiple class='form-control chosen'");
- echo $this->fetch('my', 'buildContactLists');
- ?>
+ mailto, "multiple class='form-control chosen'");
+ echo $this->fetch('my', 'buildContactLists');
+ ?>
|
diff --git a/module/testtask/view/create.html.php b/module/testtask/view/create.html.php
index 9dd346c606..810da61349 100644
--- a/module/testtask/view/create.html.php
+++ b/module/testtask/view/create.html.php
@@ -87,10 +87,10 @@
testtask->mailto;?> |
- fetch('my', 'buildContactLists');
- ?>
+ fetch('my', 'buildContactLists');
+ ?>
|