* adjust for highlight and add story reg.

This commit is contained in:
wangyidong
2020-04-08 10:39:28 +08:00
parent 44ed0273ea
commit 54cb29a788
6 changed files with 30 additions and 9 deletions
+1 -1
View File
@@ -96,7 +96,7 @@
</table>
</div>
</div>
<?php if($case->xml):?>
<?php if(isset($case->xml)):?>
<div class='detail'>
<div class='detail-title'><?php echo $lang->testcase->xml;?></div>
<div class="detail-content article-content"><?php echo nl2br(htmlspecialchars($case->xml));?></div>