wesnoth/data/tools/addon_manager
Groggy Dice faf82bed92 style.css,html.py: use <pre> instead of <br/>; re.sub instead of re.finditer
After looking into it some more, I think I've figured out how to handle <pre>
in the CSS. So, use that, when description has more than one line.

Also, go to re.sub for turning URLs into links. The version of Python I was
testing my code on wasn't properly handling backreferences in the replacement
string when in the form "\#", causing me to use finditer instead of sub. But
I've discovered that it does handle backreferences in the form "\g<#>". So
switch to much simpler re.sub code.
2014-05-05 04:20:51 -04:00
..
2008-09-30 15:07:09 +01:00
2008-10-12 13:05:11 +00:00
2008-10-12 13:05:11 +00:00
2008-10-12 13:05:11 +00:00
2008-10-12 13:05:11 +00:00
2008-10-12 13:05:11 +00:00