Remove markup classes

This commit is contained in:
Oliver Davies 2019-02-13 01:43:45 +00:00
parent 40e9727c6c
commit 3e566aac01
8 changed files with 10 additions and 10 deletions

View file

@ -27,7 +27,7 @@
</td>
{% if not talk_page %}
<td class="markup whitespace-no-wrap xl:whitespace-normal">
<td class="whitespace-no-wrap xl:whitespace-normal">
{% if talk.talk.url is not empty %}
<a href="{{ talk.talk.url }}">
{{ talk.talk.title }}
@ -46,7 +46,7 @@
</td>
{% endif %}
<td class="markup whitespace-no-wrap xl:whitespace-normal">
<td class="whitespace-no-wrap xl:whitespace-normal">
{% if talk.event.url is not empty %}
<a href="{{ talk.event.url }}">
{{ talk.event.name }}