* Adjust code.

This commit is contained in:
郭飞龙
2023-03-02 06:57:28 +00:00
parent 75b2f2abe6
commit 7ebf700fd4
+1 -1
View File
@@ -26,7 +26,7 @@
<img src="static/svg/admin-<?php echo $menuKey;?>.svg"/>
<?php echo $menu['name'];?>
</div>
<?php echo html::a($config->admin->helpURL[$menuKey], "<i title={$lang->help} class='icon icon-help'></i> ", '_blank', 'class="text-muted setting-help"');?>
<?php echo html::a($config->admin->helpURL[$menuKey], "<i title='{$lang->help}' class='icon icon-help'></i> ", '_blank', 'class="text-muted setting-help"');?>
</h4>
<p class="text-muted setting-desc" title="<?php echo $menu['desc'];?>"><?php echo $menu['desc'];?></p>
</button>