wam: Add a hidden copy of the add-on name for sorting purposes
This commit is contained in:
parent
9a7ef678ff
commit
79a294471f
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ Unit packs, terrain packs, music packs, etc. Usually a (perhaps optional) depend
|
|||
described = htmlescape(v("description", "(no description)"))
|
||||
w('<div class="desc-tooltip"><b>%s</b><pre>%s</pre></div></td>' % (
|
||||
name, described))
|
||||
w("<td class=\"addon\">")
|
||||
w("<td class=\"addon\"><span hidden>%s</span>" % name)
|
||||
if url:
|
||||
link = url.rstrip("/") + "/" + htmlescape(v("name")) + ".tar.bz2"
|
||||
w("""\
|
||||
|
|
Loading…
Add table
Reference in a new issue