Variable: shr-table-horizontal-line
shr-table-horizontal-line is a customizable variable defined in
shr.el.gz.
Value
nil
Documentation
Character used to draw horizontal table lines.
If nil, don't draw horizontal table lines.
Source Code
;; Defined in /usr/src/emacs/lisp/net/shr.el.gz
(defcustom shr-table-horizontal-line nil
"Character used to draw horizontal table lines.
If nil, don't draw horizontal table lines."
:type '(choice (const nil) character))