* Finish task #6494.

This commit is contained in:
Yagami
2019-11-15 15:43:59 +08:00
parent 504a490a65
commit 4448827fca
+1 -1
View File
@@ -24,7 +24,7 @@
<table class='table table-bordered' style='word-break:break-all' id='steps'>
<thead>
<tr>
<td colspan='5' style='word-break: break-all;'><strong><?php echo $lang->testcase->precondition;?></strong> <?php echo $run->case->precondition;?></td>
<td colspan='5' style='word-break: break-all;'><strong><?php echo $lang->testcase->precondition;?></strong><br/><?php echo nl2br($run->case->precondition);?></td>
</tr>
<tr>
<th class='w-50px'><?php echo $lang->testcase->stepID;?></th>