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:
parent
13b4383ece
commit
570cbf561d
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue