* remove the needless ';'.

This commit is contained in:
wangchunsheng
2012-03-01 11:37:28 +00:00
parent d72e3a1b1f
commit 6989dce7a6

View File

@@ -18,9 +18,7 @@
<td class='rowhead'><?php echo $lang->comment;?></td>
<td><?php echo html::textarea('comment', '', "rows='6' class='area-1'");?></td>
</tr>
<tr>
<td colspan='2' class='a-center'><?php echo html::submitButton() . html::linkButton($lang->goback, $this->session->taskList);?>;</td>
</tr>
<tr><td colspan='2' class='a-center'><?php echo html::submitButton() . html::linkButton($lang->goback, $this->session->taskList);?></td></tr>
</table>
<?php include '../../common/view/action.html.php';?>
</form>