calendar: little fix format README

This commit is contained in:
Rodrigo Ramírez Norambuena 2016-11-12 21:10:37 -03:00
parent 688b5f29b6
commit 07a86800c9

View File

@ -191,24 +191,24 @@ config: {
</td> </td>
</tr> </tr>
<tr> <tr>
<td><code> symbol </code></td> <td><code>symbol</code></td>
<td>The symbol to show in front of an event. This property is optional.<br> <td>The symbol to show in front of an event. This property is optional.<br>
<br><b>Possible values:</b> See <a href="http://fontawesome.io/icons/" target="_blank">Font Awesome</a> website. <br><b>Possible values:</b> See <a href="http://fontawesome.io/icons/" target="_blank">Font Awesome</a> website.
</td> </td>
</tr> </tr>
<tr> <tr>
<td><code> repeatingCountTitle </code></td> <td><code>repeatingCountTitle</code></td>
<td>The count title for yearly repating events in this calendar. <br> <td>The count title for yearly repating events in this calendar. <br>
<br><b>Example:</b> <br> <br><b>Example:</b> <br>
<code>'Birthday'</code> <code>'Birthday'</code>
</td> </td>
</tr> </tr>
<tr> <tr>
<td><code> user </code></td> <td><code>user</code></td>
<td>The username for HTTP Basic authentication.</td> <td>The username for HTTP Basic authentication.</td>
</tr> </tr>
<tr> <tr>
<td><code> pass </code></td> <td><code>pass</code></td>
<td>The password for HTTP Basic authentication.</td> <td>The password for HTTP Basic authentication.</td>
</tr> </tr>
</tbody> </tbody>