Variable: cal-html-e-tableheader-string

cal-html-e-tableheader-string is a variable defined in cal-html.el.gz.

Value

"  </TH>\n"

Documentation

HTML code for end of table header.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-html.el.gz
(defconst cal-html-e-tableheader-string "  </TH>\n"
  "HTML code for end of table header.")