[Koha-bugs] [Bug 16608] New: Missing entity nbsp in some XML files

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 27 10:33:55 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16608

            Bug ID: 16608
           Summary: Missing entity nbsp in some XML files
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Templates
          Assignee: oleonard at myacpl.org
          Reporter: fridolin.somers at biblibre.com
        QA Contact: testopia at bugs.koha-community.org

The special character "non breaking space"   is not contained in XML
syntax by default.
So we add it in the file header : 
<!DOCTYPE stylesheet [<!ENTITY nbsp " " >]>

Even if the source code files do no contain this character, it can be that
translated files contain it.
French for example "Titre :".

This entity is missing in all files in koha-tmpl/intranet-tmpl/prog/en/data/
and in some files of koha-tmpl/intranet-tmpl/prog/en/xslt.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list