diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html index 6ce64aadd..967715a85 100644 --- a/files/templates/util/macros.html +++ b/files/templates/util/macros.html @@ -104,13 +104,12 @@ {{p.author.customtitle | safe}} {% endif %} {% endif %} -  {{p.age_string}} -   - ({% if p.is_image %}image post{% elif p.is_video %}video post{% elif p.is_audio %}audio post{% elif p.domain %}{{p.domain|truncate(50, True)}}{% else %}text post{% endif %}) +  {{p.age_string}} + ({% if p.is_image %}image post{% elif p.is_video %}video post{% elif p.is_audio %}audio post{% elif p.domain %}{{p.domain|truncate(50, True)}}{% else %}text post{% endif %}) {% if p.edited_utc %} - Edited {{p.edited_string}} + Edited {{p.edited_string}} {% endif %} - {{p.views}} thread views + {{p.views}} thread views {% endmacro %} {% macro comment_reply_box(target_fullname, html_id, wrapper_css_classes="", subwrapper_css_classes="", hide="", allow_file_upload=true, enable_cancel_button=true) %}