* Fixed TAB return error.

This commit is contained in:
tianshujie
2022-06-30 13:37:34 +08:00
parent 7e7147567c
commit 5a7778acbe
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
<?php include '../../common/view/header.html.php';?>
<div id="mainMenu" class="clearfix">
<div class="btn-toolbar pull-left">
<?php echo html::backButton('<i class="icon-goback icon-back"></i> ' . $lang->goback, '', 'btn btn-link');?>
<?php echo html::backButton('<i class="icon-goback icon-back"></i> ' . $lang->goback, "data-app='{$app->tab}'", 'btn btn-link');?>
<div class='divider'></div>
<div class='page-title'>
<span class='text'><?php echo $lang->testtask->report->common;?></span>