Skip to content

Commit b0a17fe

Browse files
committed
Fix warning
1 parent a12e5e7 commit b0a17fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
<div class="item" role="row">
187187
<md-icon aria-hidden="true"><?= $item["icon"] ?></md-icon>
188188
<div class="content">
189-
<div class="title" role="columnheader"><?= $cur_item["name"] ?> <span class="info"><?= $cur_item["hint"] ?></span></div>
189+
<div class="title" role="columnheader"><?= $cur_item["name"] ?> <span class="info"><?= isset($cur_item["hint"]) ? $cur_item["hint"] : '' ?></span></div>
190190
<div class="data" role="cell"><?= $cur_item["text"] ?></div>
191191
<?php if (isset($cur_item["text_premium"])) { ?>
192192
<div class="data premium" role="cell" title="<?=__("for_premium_users", UCOMP) ?>"><?= $cur_item["text_premium"] ?></div>

0 commit comments

Comments
 (0)