diff options
Diffstat (limited to 'template')
| -rw-r--r-- | template/tabcalendar.j2 | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/template/tabcalendar.j2 b/template/tabcalendar.j2 index ef84bfd..976aaa0 100644 --- a/template/tabcalendar.j2 +++ b/template/tabcalendar.j2 @@ -17,7 +17,7 @@  <td></td>  {%- endfor %}  {%- for day in week %} -<td class="tabcal-cell"> +<td class="tabcal-cell {% if day.today %}tabcal-today{% endif %}">  <p class="tabcal-day">{{ day.day }}</span>  {%- if day.events %}  <ul> | 
