Remove class

This commit is contained in:
danpros 2023-12-05 23:02:37 +07:00
commit 1ec6715acb
5 changed files with 5 additions and 5 deletions

View file

@ -15,7 +15,7 @@
<th><?php echo i18n('Operations');?></th>
</tr>
<?php foreach ($posts as $p): ?>
<tr class="<?php echo $class ?>">
<tr>
<td><a target="_blank" href="<?php echo $p->url ?>"><?php echo $p->title ?></a></td>
<td><?php echo format_date($p->date) ?></td>
<?php if (config("views.counter") == "true"): ?>