Variable: cal-html-e-table-string

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

Value

"</TABLE>\n<!-- ================================================== -->\n"

Documentation

HTML code for end of table.

Source Code

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