Variable: cal-html-minical-day-format
cal-html-minical-day-format is a variable defined in cal-html.el.gz.
Value
" <TD><a href=%s#%d>%d</TD>\n"
Documentation
HTML code for a day in the minical - links NUM to month-page#NUM.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/cal-html.el.gz
(defconst cal-html-minical-day-format " <TD><a href=%s#%d>%d</TD>\n"
"HTML code for a day in the minical - links NUM to month-page#NUM.")