This commit is contained in:
waldemar%netscape.com 2002-10-29 01:09:30 +00:00
Родитель 39a7d673a9
Коммит 1a2220fce0
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -96,6 +96,7 @@
(define-html 'th 1 0 0 1 :indent 2)
(define-html 'title 1 0 0 1)
(define-html 'tr 1 0 0 1 :indent 2)
(define-html 'tt 0 0 0 0)
(define-html 'u 0 0 0 0)
(define-html 'ul 1 1 1 2 :indent 2)
(define-html 'var 0 0 0 0)
@ -506,6 +507,7 @@
;Inline Styles
(:script (script (type "text/javascript")))
(:symbol (span (class "symbol")))
(:external-name tt)
(:character-literal code)
(:character-literal-control (span (class "control")))
(:terminal (span (class "terminal")))