1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-29 16:55:32 +00:00

Add quotes in HTML

This commit is contained in:
Guillaume Ayoub 2016-09-01 19:37:06 +02:00
parent 13b4383ece
commit 570cbf561d

View file

@ -25,7 +25,7 @@ an address book through network:
</thead>
<tbody>
<tr>
<td rowspan=2>Server</td>
<td rowspan="2">Server</td>
<td>Calendar/Contact Storage</td>
<td>iCal/vCard</td>
</tr>
@ -39,7 +39,7 @@ an address book through network:
<td>CalDAV/CardDAV (HTTP + TLS)</td>
</tr>
<tr>
<td rowspan=2>Client</td>
<td rowspan="2">Client</td>
<td>Calendar/Contact Client</td>
<td>CalDAV/CardDAV Client</td>
</tr>