* merge source and source note into one line.

This commit is contained in:
chenfeiCF
2016-06-06 16:04:00 +08:00
parent 2ca5b2b3a9
commit 1b5e924bb0
+1 -5
View File
@@ -162,11 +162,7 @@
</tr>
<tr>
<th><?php echo $lang->story->source;?></th>
<td><?php echo $lang->story->sourceList[$story->source];?></td>
</tr>
<tr>
<th><?php echo $lang->story->sourceNote;?></th>
<td id='sourceNote'><?php echo $story->sourceNote;?></td>
<td id='source'><?php echo $lang->story->sourceList[$story->source] . ' ' . $story->sourceNote;?></td>
</tr>
<tr>
<th><?php echo $lang->story->status;?></th>