freebsd.dsl: Enable list normalization attributes for Greek text
I missed this one when adapting `freebsd.dsl' from en_US.ISO8859-1, and the result was that in HTML output the Greek text-tag of <warn> elements was bumping against the included <para> text. Obtained from: FreeBSD Greek translation team
This commit is contained in:
parent
cda69fd812
commit
b9e3144548
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32080
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@
|
|||
|
||||
<!-- Both sets of stylesheets ..................................... -->
|
||||
|
||||
(define (local-en-label-title-sep)
|
||||
(define (local-el-label-title-sep)
|
||||
(list
|
||||
(list (normalize "warning") ": ")
|
||||
(list (normalize "caution") ": ")
|
||||
|
|
Loading…
Reference in a new issue