* ajusted style of task/view.

This commit is contained in:
Catouse
2014-07-30 14:09:25 +08:00
parent 55ac84d48f
commit 0374e5ba53
+1 -1
View File
@@ -67,7 +67,7 @@
<div class='main'>
<fieldset>
<legend><?php echo $lang->task->legendDesc;?></legend>
<div class='content'><?php echo $task->desc;?></div>
<div class='article-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';?>