Add a fix to the localized danish version of <warning> tags (colon is
missing).
This commit is contained in:
parent
e3c6bab755
commit
12feac6ab2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19405
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue