Variable: cal-html-e-tabledata-string

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

Value

"  </TD>\n"

Documentation

HTML code for end of table data.

Source Code

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