wip: Added module abbrs
This commit is contained in:
parent
d550b599c2
commit
272cd6831c
|
@ -211,7 +211,6 @@ def wip_abbrs():
|
||||||
if uniq_abbrs == 0: return
|
if uniq_abbrs == 0: return
|
||||||
|
|
||||||
global article_bottom
|
global article_bottom
|
||||||
abbr_html = '<abbr class="abbr" title="%s">%s</abbr>'
|
|
||||||
|
|
||||||
for i in range(1, uniq_abbrs + 1):
|
for i in range(1, uniq_abbrs + 1):
|
||||||
abbr = 'abbr_%s'%i
|
abbr = 'abbr_%s'%i
|
||||||
|
|
Loading…
Reference in New Issue