Fix broken custom newsfeed, newsfeed redesign

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2015-01-27 22:43:52 +01:00
parent 614d9c127b
commit 88ace5785e
4 changed files with 67 additions and 4 deletions

View File

@@ -174,7 +174,12 @@ $header
<th>News</th>
</tr>
</thead>
<tbody id="newsfeeditems">
<tbody>
<tr>
<td>
<ul class="newsfeed" id="newsfeeditems"></ul>
</td>
</tr>
</tbody>
</table>
</if>