mirror of https://gitlab.com/bashrc2/epicyon
Missing parameter
parent
2db5f1637b
commit
4b98d970be
|
@ -3611,7 +3611,7 @@ def htmlProfile(defaultTimeline: str,
|
||||||
httpPrefix, translate,
|
httpPrefix, translate,
|
||||||
iconsDir, False, False,
|
iconsDir, False, False,
|
||||||
newswire, False,
|
newswire, False,
|
||||||
False, None, False)
|
False, None, False, False)
|
||||||
profileFooterStr += ' </td>\n'
|
profileFooterStr += ' </td>\n'
|
||||||
profileFooterStr += ' </tr>\n'
|
profileFooterStr += ' </tr>\n'
|
||||||
profileFooterStr += ' </tbody>\n'
|
profileFooterStr += ' </tbody>\n'
|
||||||
|
|
Loading…
Reference in New Issue