* add nobr class to the task td.

This commit is contained in:
wangchunsheng
2010-02-09 08:30:21 +00:00
parent 1aae998dad
commit 7a477de2e8
+1 -1
View File
@@ -152,7 +152,7 @@
<legend><?php echo $lang->story->legendProjectAndTask;?></legend>
<table class='table-1 fixed'>
<tr>
<td>
<td class='nobr'>
<?php
foreach($story->tasks as $task)
{