File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ <h2>Arch Planet</h2>
1717
1818< div id ="planet ">
1919 < a href ="{% url 'planet-feed' %} " title ="Planet Arch Linux RSS Feed "
20- class ="rss-icon "> < img width =" 16 " height =" 16 " src ="{% static "rss.svg " %}" alt="RSS Feed " /> </ a >
20+ class ="rss-icon "> < img src ="{% static "rss.svg " %}" alt="RSS Feed " /> </ a >
2121
2222 {% for entry in feed_items %}
2323 < h4 >
Original file line number Diff line number Diff line change 4343 </ h3 >
4444
4545 < a href ="/feeds/news/ " title ="Arch News RSS Feed "
46- class ="rss-icon "> < img width =" 16 " height =" 16 " src ="{% static "rss.svg " %}" alt="RSS Feed " /> </ a >
46+ class ="rss-icon "> < img src ="{% static "rss.svg " %}" alt="RSS Feed " /> </ a >
4747
4848 {% for news in news_updates %}{% if forloop.counter0 < 5 %}
4949 < h4 >
@@ -90,7 +90,7 @@ <h3>Recent Updates <span class="more">(<a href="/packages/?sort=-last_update"
9090 title ="Browse all of the latest packages "> more</ a > )</ span > </ h3 >
9191
9292 < a href ="/feeds/packages/ " title ="Arch Package Updates RSS Feed "
93- class ="rss-icon "> < img width =" 16 " height =" 16 " src ="{% static "rss.svg " %}" alt="RSS Feed " /> </ a >
93+ class ="rss-icon "> < img src ="{% static "rss.svg " %}" alt="RSS Feed " /> </ a >
9494
9595 < table >
9696 {% for update in pkg_updates %}
You can’t perform that action at this time.
0 commit comments