|
@@ -942,7 +942,7 @@ def namu(conn, data, title, main_num):
|
|
|
|
|
|
|
|
footnote_all += [[float(footshort), footshort, 0]]
|
|
footnote_all += [[float(footshort), footshort, 0]]
|
|
|
|
|
|
|
|
- data = re_footnote.sub('<sup><a href="javascript:open_foot(\'fn-' + footshort + '\')" id="rfn-' + footshort + '">(' + footshort + ')</a></sup><span class="foot_plus" id="cfn-' + footshort + '"></span>', data, 1)
|
|
|
|
|
|
|
+ data = re_footnote.sub('<sup><a href="javascript:open_foot(\'fn-' + footshort + '\')" id="rfn-' + footshort + '">(' + footnote_name + ')</a></sup><span class="foot_plus" id="cfn-' + footshort + '"></span>', data, 1)
|
|
|
else:
|
|
else:
|
|
|
data = re_footnote.sub('<sup><a href="#">(' + footnote_name + ')</a></sup>', data, 1)
|
|
data = re_footnote.sub('<sup><a href="#">(' + footnote_name + ')</a></sup>', data, 1)
|
|
|
else:
|
|
else:
|