Fix missing </b> for auto-generated feeds
This commit is contained in:
parent
1f62578794
commit
9461c17cd8
|
@ -89,6 +89,8 @@ with open(sys.argv[1]) as file, open(sys.argv[2], 'w+') as out:
|
|||
text += '</b>'
|
||||
else:
|
||||
text += '</b>'
|
||||
else:
|
||||
text += '</b>'
|
||||
print(text, '</li>', sep='')
|
||||
out.write(text)
|
||||
out.write('</li>\n')
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<li><b><a href="https://80x24.net">80x24</a> (<a href="https://80x24.net/rss.xml">feed</a>):</b> Thoughts on the bits and bytes of life</li>
|
||||
<li><b><a href="https://www.happyassassin.net/">AdamW on Linux and more</a> (<a href="https://www.happyassassin.net/feed.atom">feed</a>)</b></li>
|
||||
<li><b><a href="http://feedpress.superfeedr.com/">Allen Pike</a> (<a href="https://feeds.allenpike.com/feed/">feed</a>)</b></li>
|
||||
<li><b><a href="https://guzey.com/archive/">Archive - Alexey Guzey</a> (<a href="https://rss.zangetsu.kaizoku.cyou/?action=display&bridge=XPath&url=https%3A%2F%2Fguzey.com%2Farchive%2F&item=%2F%2Ful%2Fli%5Bstrong%5D%5Ba%5D&title=.%2Fa&content=&uri=.%2Fa%2F%40href&author=&timestamp=concat%28.%2Fpreceding%3A%3Ah2%5B1%5D%2C+%22-%22%2C+.%2Fstrong%29&enclosures=&categories=&format=Mrss">auto-generated feed</a>)</li>
|
||||
<li><b><a href="https://guzey.com/archive/">Archive - Alexey Guzey</a> (<a href="https://rss.zangetsu.kaizoku.cyou/?action=display&bridge=XPath&url=https%3A%2F%2Fguzey.com%2Farchive%2F&item=%2F%2Ful%2Fli%5Bstrong%5D%5Ba%5D&title=.%2Fa&content=&uri=.%2Fa%2F%40href&author=&timestamp=concat%28.%2Fpreceding%3A%3Ah2%5B1%5D%2C+%22-%22%2C+.%2Fstrong%29&enclosures=&categories=&format=Mrss">auto-generated feed</a>)</b></li>
|
||||
<li><b><a href="http://lucumr.pocoo.org/">Armin Ronacher's Thoughts and Writings</a> (<a href="https://lucumr.pocoo.org/feed.atom">feed</a>):</b> Armin Ronacher's personal blog about programming, games and random thoughts that come to his mind.</li>
|
||||
<li><b><a href="https://axesslab.com">Axess Lab</a> (<a href="https://axesslab.com/feed/">feed</a>):</b> Digital accessibility consultants, reviews and development</li>
|
||||
<li><b><a href="https://belaycpp.com">Belay the C++</a> (<a href="https://belaycpp.com/feed/">feed</a>):</b> A weekly blog talking about (usually bad) practices in C++</li>
|
||||
|
|
Loading…
Reference in New Issue