Skip to content

Commit 7ca9b7f

Browse files
committed
more doc tweaks
1 parent 6828f90 commit 7ca9b7f

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

lib/HTML/CalendarMonth.pm

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,11 +1117,11 @@ is determined based on the locale.
11171117
Set some handy CSS class attributes on elements, enabled by default.
11181118
Currently the classes are:
11191119
1120-
hcm-table Set on the <lt>table<gt> tag of the calendar
1121-
hcm-day-head Set on the day-of-week <lt>tr<gt> or <lt>td<gt> tags
1122-
hcm-year-head Set on the <lt>td<gt> tag for the year
1123-
hcm-month-head Set on the <lt>td<gt> tag for the month
1124-
hcm-week-head Set on the <lt>td<gt> tags for the week-of-year
1120+
hcm-table Set on the E<lt>tableE<gt> tag of the calendar
1121+
hcm-day-head Set on the day-of-week E<lt>trE<gt> or E<lt>tdE<gt> tags
1122+
hcm-year-head Set on the E<lt>tdE<gt> tag for the year
1123+
hcm-month-head Set on the E<lt>tdE<gt> tag for the month
1124+
hcm-week-head Set on the E<lt>tdE<gt> tags for the week-of-year
11251125
11261126
=item semantic_css
11271127
@@ -1130,9 +1130,9 @@ default. The notion of 'today' is taken either from the system clock
11301130
(default) or from the 'today' parameter as provided to new(). Currently
11311131
these classes are:
11321132
1133-
hcm-today Set on the <lt>td<gt> tag for today, if present
1134-
hcm-past Set on the <lt>td<gt> tags for prior days, if present
1135-
hcm-future Set on the <lt>td<gt> tags for subsequent days, if present
1133+
hcm-today Set on the E<lt>tdE<gt> tag for today, if present
1134+
hcm-past Set on the E<lt>tdE<gt> tags for prior days, if present
1135+
hcm-future Set on the E<lt>tdE<gt> tags for subsequent days, if present
11361136
11371137
=item today
11381138

0 commit comments

Comments
 (0)