(www-display-char-desc): Use <div> instead of <p> to display feature
authorMORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
Mon, 5 Apr 2010 00:16:52 +0000 (09:16 +0900)
committerMORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
Mon, 5 Apr 2010 00:16:52 +0000 (09:16 +0900)
in top-level.

cwiki-view.el

index 9893cfb..9659fc4 100644 (file)
@@ -75,7 +75,7 @@
          (push logical-feature displayed-features)
          (princ
           (if (= level 1)
-              "<p>\n"
+              "<div class=\"feature\" style=\"line-height:150%\">\n"
             "<li>\n"))
          (princ
           (www-format-eval-list
@@ -99,7 +99,7 @@
                                       )))))))
          (princ
           (if (= level 1)
-              "</p>\n"
+              "</div>\n"
             "<li>\n"))
          ))
       (princ