Skip to content

Commit

Permalink
Issue techjoomla#48 chore: Log code review issue
Browse files Browse the repository at this point in the history
  • Loading branch information
punambaravkar committed Jun 28, 2019
1 parent 46925d0 commit 1ab1de7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/com_tjnotifications/admin/views/logs/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,7 @@
<?php echo JHtml::_('grid.id', $i, $row->id); ?>
</td>
<td class="">
<?php
echo htmlspecialchars($row->subject, ENT_COMPAT, 'UTF-8');
?>
<?php echo htmlspecialchars($row->subject, ENT_COMPAT, 'UTF-8'); ?>
</td>
<td class="">
<a class="modal notification" href="<?php echo Route::_('index.php?option=com_tjnotifications&tmpl=component&view=logs&layout=body&id='. $row->id); ?>"><?php echo Text::_("COM_TJNOTIFICATIONS_TITLE_VIEW_CONTENTS");?></a>
Expand Down

0 comments on commit 1ab1de7

Please sign in to comment.