mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
remove image from rss widget
This commit is contained in:
parent
e7d63f568c
commit
e8bb82003c
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB |
@ -110,7 +110,6 @@ if ($user_settings['widgets'][$widgetkey]['rssfeed']) {
|
||||
?>
|
||||
<a href="<?=$item->get_permalink()?>" target="_blank" class="list-group-item">
|
||||
<h4 class="list-group-item-heading">
|
||||
<img src="pfs-mini.png" title="Source: <?=$feed->get_title()?>" alt="" width="16" height="16" />
|
||||
<?=$item->get_title()?>
|
||||
</h4>
|
||||
<p class="list-group-item-text">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user