Removed obsolete white-space in layout
authorMarcel Werk <burntime@woltlab.com>
Wed, 16 Sep 2020 15:59:38 +0000 (17:59 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 16 Sep 2020 15:59:38 +0000 (17:59 +0200)
templates/conversationList.tpl

index 106188ba9fdb8c33d83add3432aea24840fafb1a..c5039ac14c32ce7b5e8443d8cff4e010f06d3b91 100644 (file)
                                                        </aside>
                                                        
                                                        <ul class="inlineList dotSeparated small messageGroupInfo">
-                                                               <li class="messageGroupAuthor">
-                                                                       {if $conversation->userID}
-                                                                               {user object=$conversation->getUserProfile()}
-                                                                       {else}
-                                                                               {$conversation->username}
-                                                                       {/if}
-                                                               </li>
+                                                               <li class="messageGroupAuthor">{if $conversation->userID}{user object=$conversation->getUserProfile()}{else}{$conversation->username}{/if}</li>
                                                                <li class="messageGroupTime">{@$conversation->time|time}</li>
                                                                <li class="messageGroupEditLink jsOnly"><a class="jsConversationInlineEditor">{lang}wcf.global.button.edit{/lang}</a></li>
                                                                {event name='messageGroupInfo'}