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:
Giorgos Keramidas 2008-05-28 19:31:28 +00:00
parent cda69fd812
commit b9e3144548
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32080

View file

@ -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") ": ")