Variable: cal-html-e-tablerow-string

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

Value

"</TR>\n"

Documentation

HTML code for end of table row.

Source Code

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