Skip to content

Commit

Permalink
Escape
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Dec 27, 2021
1 parent b06c68f commit 8fbd2c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions design/fbmessengertheme/tpl/lhfbmessenger/bbcode.tpl.php
Expand Up @@ -12,8 +12,8 @@
</thead>
<?php foreach ($items as $item) : ?>
<tr>
<td><?php echo $item->name?></td>
<td>[<?php echo $item->bbcode?>]</td>
<td><?php echo htmlspecialchars($item->name)?></td>
<td>[<?php echo htmlspecialchars($item->bbcode)?>]</td>
<td nowrap>
<div class="btn-group" role="group" aria-label="..." style="width:60px;">
<a class="btn btn-secondary btn-xs" href="<?php echo erLhcoreClassDesign::baseurl('fbmessenger/editbbcode')?>/<?php echo $item->id?>" ><i class="material-icons mr-0">&#xE254;</i></a>
Expand Down

0 comments on commit 8fbd2c2

Please sign in to comment.