Commit 74975add authored by Christof Damian 's avatar Christof Damian

html fixes

parent dae5897b
Pipeline #128 failed with stages
<table class="cal-table-display" cellpadding="1" cellspacing="2" width="99%">
<tr>
<td class="cal-month-title-text">
<nobr>
<td class="cal-month-title-text nobr">
<a href="@previous_week_url@" title="#calendar.prev_day#"><img border=0 src="<%=[dt_left_arrow]%>" alt="#calendar.prev_day#"></a>
@dates@
<a href="@next_week_url@" title="#calendar.next_day#"><img border=0 src="<%=[dt_right_arrow]%>" alt="#calendar.next_day#"></a>
</nobr>
</td>
</tr>
<tr>
......
<table class="cal-table-display" cellpadding="0" cellspacing="0" border="0" width="99%">
<tr>
<td class="cal-month-title-text">
<nobr>
<td class="cal-month-title-text nobr">
<a href="@previous_week_url@" title="#calendar.prev_week#"><img border=0 src="<%=[dt_left_arrow]%>" alt="#calendar.prev_week#"></a>
@dates@
<a href="@next_week_url@" title="#calendar.next_week#"><img border=0 src="<%=[dt_right_arrow]%>" alt="#calendar.next_week#"></a>
</nobr>
</td>
</tr>
<tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment