# HG changeset patch # User yuuji@gentei.org # Date 1265977905 -32400 # Node ID 4f89dd9d83f2d403f700b1d7fdb8ed1e267cceb0 # Parent 8772bd5d1f02f73f9e89ca38e7b9dffc4ad6bc40 Fix for yahtml-always-/dt. diff -r 8772bd5d1f02 -r 4f89dd9d83f2 yahtml.el --- a/yahtml.el Wed Jan 13 15:30:13 2010 +0900 +++ b/yahtml.el Fri Feb 12 21:31:45 2010 +0900 @@ -1,9 +1,9 @@ ;;; -*- Emacs-Lisp -*- -;;; (c) 1994-2009 by HIROSE Yuuji [yuuji@yatex.org] -;;; Last modified Fri Oct 16 21:55:45 2009 on firestorm -;;; $Id: yahtml.el,v 55b263b905b8 2009-10-16 21:56 +0900 yuuji $ +;;; (c) 1994-2010 by HIROSE Yuuji [yuuji(@)yatex.org] +;;; Last modified Fri Feb 12 21:30:03 2010 on firestorm +;;; $Id$ -(defconst yahtml-revision-number "1.74.1" +(defconst yahtml-revision-number "1.74.2" "Revision number of running yahtml.el") ;;;[Installation] @@ -2602,7 +2602,8 @@ (yahtml-insert-single "dt") (or yahtml-always-/dt yahtml-faithful-to-htmllint (insert " ")) (setq yahtml-last-single-cmd "dd"))) - (insert (if yahtml-prefer-upcases "
" "
")) + (yahtml-insert-single "dt") + (or yahtml-always-/li yahtml-faithful-to-htmllint (insert " ")) (setq yahtml-last-single-cmd "dd")) (yahtml-indent-line) (and (string-match yahtml-p-prefered-env-regexp "dl")