core: Improve compatibility with dillo

Use the CSS width attribute instead of the HTML one for the RSS logo.
This commit is contained in:
Markus Koch 2017-08-17 18:10:34 +02:00
parent b1a356fcf5
commit e8fa278bf0
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
<?php mkMenu(); ?>
<?php if (RSS_ENABLED) { ?>
<li style="float: right; margin: 10px;">
<a href="/rss.php" title="RSS Feed" style="margin: 0px; padding: 0px; border: none;"><img src="img/rss.svg" width="32px" height="32px"></a>
<a href="/rss.php" title="RSS Feed" style="margin: 0px; padding: 0px; border: none;"><img src="/img/rss.svg" style="width:32px; height:32px;"></a>
</li>
<?php } ?>
</ul>