diff options
Diffstat (limited to 'lisp/net/shr.el')
-rw-r--r-- | lisp/net/shr.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/shr.el b/lisp/net/shr.el index 9628ac294ad..56603554b36 100644 --- a/lisp/net/shr.el +++ b/lisp/net/shr.el @@ -1948,8 +1948,8 @@ boolean flags that control whether to collect or render objects." do (setq recurse nil) (shr-tag-table child) end end end end end end end end end - when recurse - append (shr-collect-extra-strings-in-table child flags))) + when recurse + append (shr-collect-extra-strings-in-table child flags))) (defun shr-insert-table (table widths) (let* ((collapse (equal (cdr (assq 'border-collapse shr-stylesheet)) |