We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12e5e7 commit b0a17feCopy full SHA for b0a17fe
index.php
@@ -186,7 +186,7 @@
186
<div class="item" role="row">
187
<md-icon aria-hidden="true"><?= $item["icon"] ?></md-icon>
188
<div class="content">
189
- <div class="title" role="columnheader"><?= $cur_item["name"] ?> <span class="info"><?= $cur_item["hint"] ?></span></div>
+ <div class="title" role="columnheader"><?= $cur_item["name"] ?> <span class="info"><?= isset($cur_item["hint"]) ? $cur_item["hint"] : '' ?></span></div>
190
<div class="data" role="cell"><?= $cur_item["text"] ?></div>
191
<?php if (isset($cur_item["text_premium"])) { ?>
192
<div class="data premium" role="cell" title="<?=__("for_premium_users", UCOMP) ?>"><?= $cur_item["text_premium"] ?></div>
0 commit comments