yatex

changeset 121:4f89dd9d83f2 dev

Fix for yahtml-always-/dt.
author yuuji@gentei.org
date Fri, 12 Feb 2010 21:31:45 +0900
parents 8772bd5d1f02
children 57d3d9abd661
files yahtml.el
diffstat 1 files changed, 6 insertions(+), 5 deletions(-) [+]
line diff
     1.1 --- a/yahtml.el	Wed Jan 13 15:30:13 2010 +0900
     1.2 +++ b/yahtml.el	Fri Feb 12 21:31:45 2010 +0900
     1.3 @@ -1,9 +1,9 @@
     1.4  ;;; -*- Emacs-Lisp -*-
     1.5 -;;; (c) 1994-2009 by HIROSE Yuuji [yuuji@yatex.org]
     1.6 -;;; Last modified Fri Oct 16 21:55:45 2009 on firestorm
     1.7 -;;; $Id: yahtml.el,v 55b263b905b8 2009-10-16 21:56 +0900 yuuji $
     1.8 +;;; (c) 1994-2010 by HIROSE Yuuji [yuuji(@)yatex.org]
     1.9 +;;; Last modified Fri Feb 12 21:30:03 2010 on firestorm
    1.10 +;;; $Id$
    1.11  
    1.12 -(defconst yahtml-revision-number "1.74.1"
    1.13 +(defconst yahtml-revision-number "1.74.2"
    1.14    "Revision number of running yahtml.el")
    1.15  
    1.16  ;;;[Installation]
    1.17 @@ -2602,7 +2602,8 @@
    1.18  	  (yahtml-insert-single "dt")
    1.19  	  (or yahtml-always-/dt yahtml-faithful-to-htmllint (insert " "))
    1.20  	  (setq yahtml-last-single-cmd "dd")))
    1.21 -      (insert (if yahtml-prefer-upcases "<DT> " "<dt> "))
    1.22 +      (yahtml-insert-single "dt")
    1.23 +      (or yahtml-always-/li yahtml-faithful-to-htmllint (insert " "))
    1.24        (setq yahtml-last-single-cmd "dd"))
    1.25      (yahtml-indent-line)
    1.26      (and (string-match yahtml-p-prefered-env-regexp "dl")