From 105ab2f96e98e8a6b2548c987ff31084384b5bce Mon Sep 17 00:00:00 2001
From: Bob Mottram
' + profile_description_short + '
\n' + \ - featured_hashtags + \ - ' \n' + \ - ' \n\n' - if attached_shared_items: - html_str += \ - _profile_shared_items_list(attached_shared_items, - translate) + featured_hashtags # show any notes about this account handle = search_nickname + '@' + search_domain_full person_notes = \ @@ -851,6 +845,13 @@ def _get_profile_header_after_search(base_dir: str, html_str += '' + \ translate['Notes'] + ': ' + \ person_notes + '
\n' + html_str += \ + ' \n' + \ + ' \n\n' + if attached_shared_items: + html_str += \ + _profile_shared_items_list(attached_shared_items, + translate) return html_str