mirror of https://gitlab.com/bashrc2/epicyon
Edit icon
parent
1238fd941d
commit
2fc5a83ddf
|
@ -3376,7 +3376,7 @@ def htmlProfile(defaultTimeline: str,
|
||||||
editProfileStr = \
|
editProfileStr = \
|
||||||
'<a class="imageAnchor" href="' + usersPath + '/editprofile">' + \
|
'<a class="imageAnchor" href="' + usersPath + '/editprofile">' + \
|
||||||
'<img loading="lazy" src="/' + iconsDir + \
|
'<img loading="lazy" src="/' + iconsDir + \
|
||||||
'/logout.png" title="' + translate['Edit'] + \
|
'/edit.png" title="' + translate['Edit'] + \
|
||||||
'" alt="| ' + translate['Edit'] + '" class="timelineicon"/></a>\n'
|
'" alt="| ' + translate['Edit'] + '" class="timelineicon"/></a>\n'
|
||||||
|
|
||||||
logoutStr = \
|
logoutStr = \
|
||||||
|
|
Loading…
Reference in New Issue