mirror of https://gitlab.com/bashrc2/epicyon
Upper case
parent
fff037c948
commit
fc5b2d4875
|
@ -844,7 +844,7 @@ def _get_profile_header_after_search(base_dir: str,
|
||||||
if person_notes:
|
if person_notes:
|
||||||
person_notes_html = person_notes.replace('\n', '<br>')
|
person_notes_html = person_notes.replace('\n', '<br>')
|
||||||
html_str += ' <p><b>' + \
|
html_str += ' <p><b>' + \
|
||||||
translate['Notes'] + ': ' + \
|
translate['Notes'].upper() + ': ' + \
|
||||||
person_notes_html + '</b></p>\n'
|
person_notes_html + '</b></p>\n'
|
||||||
html_str += \
|
html_str += \
|
||||||
' </figcaption>\n' + \
|
' </figcaption>\n' + \
|
||||||
|
|
Loading…
Reference in New Issue