+ add the content class to the task desc.

This commit is contained in:
wangchunsheng
2011-04-22 06:09:34 +00:00
parent 1d56d71cbd
commit 63b3ed32b4
+1 -1
View File
@@ -37,7 +37,7 @@
<td>
<fieldset>
<legend><?php echo $lang->task->legendDesc;?></legend>
<div><?php echo $task->desc;?></div>
<div class='content'><?php echo $task->desc;?></div>
</fieldset>
<?php echo $this->fetch('file', 'printFiles', array('files' => $task->files, 'fieldset' => 'true'));?>
<?php include '../../common/view/action.html.php';?>