summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--edocs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/edocs.el b/edocs.el
index 9bab7ee..eedb1b7 100644
--- a/edocs.el
+++ b/edocs.el
@@ -250,7 +250,7 @@ parts of the module."
("href" . ,(concat "#" name)))
(insert name)))
(insert " " (if (consp doc) (car doc) ""))
- (edocs--with-tag "div" '(("class" . "docstring"))
+ (edocs--with-tag "blockquote" '(("class" . "docstring"))
(insert (or (edocs--format-doc doc known-symbols)
"Not documented.")))))
(edocs--normalize docs))))