web/ticket.php
authorAlan Knowles <alan@akbkhome.com>
Wed, 26 Jan 2011 09:22:32 +0000 (17:22 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 26 Jan 2011 09:22:32 +0000 (17:22 +0800)
web/ticket.php

index 0399e33..c50e91d 100644 (file)
@@ -1203,8 +1203,13 @@ function renderEditForm($issue, $params = array())
   <label for='attachments[]'>Select file(s) to be attached</label>
   <input type='file' class='multi' name='attachments[]'>
 HTML;
+
   }
+  
   $html .= "</fieldset>";
+  
+   $html .= "</div>";
+  
   $html .= "<fieldset id='comment-container'><legend>Comment</legend>\n";
 
   $html .= <<<HTML
@@ -1232,7 +1237,7 @@ HTML;
 HTML;
   }
 
-  $html .= "</div>";
// $html .= "</div>";
 
   return $html;
 }