mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Remove <hgroup> from template
This commit is contained in:
parent
33d2ebad1a
commit
3483422f1a
@ -6,10 +6,10 @@
|
||||
<li>
|
||||
<div>
|
||||
<div>
|
||||
<hgroup class="containerHeadline">
|
||||
<div class="containerHeadline">
|
||||
<h3><a href="{link application='chat' controller='Chat' object=$room}{/link}">{$room}</a> <span class="badge">{#$users|count}</span></h3>
|
||||
<p>{$room->topic|language}</p>
|
||||
</hgroup>
|
||||
</div>
|
||||
|
||||
<ul class="dataList">
|
||||
{foreach from=$users item='user'}
|
||||
@ -59,4 +59,4 @@
|
||||
//]]>
|
||||
</script>
|
||||
</div>
|
||||
{/if}
|
||||
{/if}
|
||||
|
Loading…
Reference in New Issue
Block a user