Merge pull request #512 from roramirez/readme-calendar-format-fix

calendar: little fix format README
This commit is contained in:
Michael Teeuw 2016-11-15 19:40:43 +01:00 committed by GitHub
commit 9399517cfb

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>