diff --git a/module/bug/view/edit.html.php b/module/bug/view/edit.html.php
index 99f1c83625..aa5a5c5735 100644
--- a/module/bug/view/edit.html.php
+++ b/module/bug/view/edit.html.php
@@ -44,7 +44,7 @@ js::set('oldResolvedBuild' , $bug->resolvedBuild);
|
|
| build->desc;?> |
- desc), "rows='15' class='area-1'");?> |
+ desc, "rows='15' class='area-1'");?> |
| project);?> |
diff --git a/module/doc/view/edit.html.php b/module/doc/view/edit.html.php
index 8bbb6f8ae5..24f738eb74 100644
--- a/module/doc/view/edit.html.php
+++ b/module/doc/view/edit.html.php
@@ -43,7 +43,7 @@ $(document).ready(function()
| doc->content;?> |
- content), "class='text-1' rows='8' style='width:90%; height:200px'");?> |
+ content, "class='text-1' rows='8' style='width:90%; height:200px'");?> |
| doc->digest;?> |
diff --git a/module/product/view/edit.html.php b/module/product/view/edit.html.php
index 2fbce8555c..21671f1256 100644
--- a/module/product/view/edit.html.php
+++ b/module/product/view/edit.html.php
@@ -41,7 +41,7 @@
| product->desc;?> |
- desc), "rows='8' class='area-1'");?> |
+ desc, "rows='8' class='area-1'");?> |
| product->acl;?> |
diff --git a/module/productplan/view/edit.html.php b/module/productplan/view/edit.html.php
index b3124a97e8..acccc2e013 100644
--- a/module/productplan/view/edit.html.php
+++ b/module/productplan/view/edit.html.php
@@ -34,7 +34,7 @@
| productplan->desc;?> |
- desc), "rows='10' class='area-1'");?> |
+ desc, "rows='10' class='area-1'");?> |
|
diff --git a/module/project/view/edit.html.php b/module/project/view/edit.html.php
index ff56d06463..bd4289fc5e 100644
--- a/module/project/view/edit.html.php
+++ b/module/project/view/edit.html.php
@@ -71,11 +71,11 @@
|
| project->goal;?> |
- goal), "rows='6' class='area-1'");?> |
+ goal, "rows='6' class='area-1'");?> |
| project->desc;?> |
- desc), "rows='6' class='area-1'");?> |
+ desc, "rows='6' class='area-1'");?> |
| project->acl;?> |
diff --git a/module/release/view/edit.html.php b/module/release/view/edit.html.php
index 5b0e480bdb..a687af3ea7 100644
--- a/module/release/view/edit.html.php
+++ b/module/release/view/edit.html.php
@@ -106,7 +106,7 @@
| release->desc;?> |
- desc), "rows='20' class='area-1'");?> |
+ desc, "rows='20' class='area-1'");?> |
| product);?> |
diff --git a/module/story/view/change.html.php b/module/story/view/change.html.php
index 2f2c227741..ba48042bca 100644
--- a/module/story/view/change.html.php
+++ b/module/story/view/change.html.php
@@ -24,11 +24,11 @@
| story->spec;?> |
- spec), 'rows=8 class="area-1"');?> story->specTemplate;?> |
+ spec, 'rows=8 class="area-1"');?> story->specTemplate;?> |
| story->verify;?> |
- verify), 'rows=6 class="area-1"');?> |
+ verify, 'rows=6 class="area-1"');?> |
| story->comment;?> |
diff --git a/module/story/view/edit.html.php b/module/story/view/edit.html.php
index c17bc21161..037973ff34 100644
--- a/module/story/view/edit.html.php
+++ b/module/story/view/edit.html.php
@@ -26,7 +26,7 @@