Fixed style in empty agenda overview table.

This commit is contained in:
Emanuel Schuetze 2012-05-17 21:38:37 +02:00
parent 0351627234
commit 4cef2762fe

View File

@ -87,7 +87,7 @@
{% endfor %}
{% else %}
<tr>
<td colspan="3"><i>{%trans "No items available." %}</i></td>
<td colspan="4"><i>{%trans "No items available." %}</i></td>
</tr>
{% endif %}
</table>