diff options
author | Katsumi Yamaoka <yamaoka@jpl.org> | 2016-11-14 06:56:01 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2016-11-14 06:56:01 +0000 |
commit | 0bf888422d52a46985f68f6f8fd53cf7f889ee60 (patch) | |
tree | 98ff02f51bc06ab8db6122b0ca7fc8b2eebda6b6 /lisp/net/shr.el | |
parent | 99e7b99e43ade2b0b653547f901b0891884b92f6 (diff) | |
download | emacs-0bf888422d52a46985f68f6f8fd53cf7f889ee60.tar.gz emacs-0bf888422d52a46985f68f6f8fd53cf7f889ee60.tar.bz2 emacs-0bf888422d52a46985f68f6f8fd53cf7f889ee60.zip |
* lisp/net/shr.el (shr-collect-extra-strings-in-table): Fix indentation.
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)) |