diff options
author | Andrey Andreev <narf@devilix.net> | 2015-09-28 12:54:03 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-09-28 12:54:03 +0200 |
commit | 8e331cadac892e2a835ce6f3af40aa9587d6d007 (patch) | |
tree | 5a06112b9e99aaddc85674e7212b1486a0c13e5d /user_guide_src/source | |
parent | 27c2e941b4eecb844ed7fd5dee9168e6f4359f2a (diff) | |
parent | 921b9ee11bcf29dfdc4113928fa87448c5f1c1d1 (diff) |
Merge pull request #4143 from b1tc0re/patch-1
[ci skip] Fix a doc example
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/libraries/calendar.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/libraries/calendar.rst b/user_guide_src/source/libraries/calendar.rst index 52883d297..ea0f4d108 100644 --- a/user_guide_src/source/libraries/calendar.rst +++ b/user_guide_src/source/libraries/calendar.rst @@ -179,7 +179,7 @@ will be placed within a pair of pseudo-variables as shown here:: {cal_cell_blank} {/cal_cell_blank} - {cal_cell_other}{day}{cal_cel_other} + {cal_cell_other}{day}{/cal_cel_other} {cal_cell_end}</td>{/cal_cell_end} {cal_cell_end_today}</td>{/cal_cell_end_today} @@ -304,4 +304,4 @@ Class Reference :rtype: CI_Calendar Harvests the data within the template ``{pseudo-variables}`` used to - display the calendar.
\ No newline at end of file + display the calendar. |