Add a fix to the localized danish version of <warning> tags (colon is

missing).
This commit is contained in:
Marc Fonvieille 2003-12-31 12:49:58 +00:00
parent e3c6bab755
commit 12feac6ab2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19405

View file

@ -240,6 +240,12 @@
(list (normalize "sect5") " ")
))
<!-- Fix a problem with the Danish localisation. -->
(define (local-da-label-title-sep)
(list
(list (normalize "warning") "\U-00A0;: ")
))
</style-specification-body>
</style-specification>