fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [14833] add enitites for some norwegian characters


From: Sigurd Nes
Subject: [Fmsystem-commits] [14833] add enitites for some norwegian characters
Date: Mon, 14 Mar 2016 14:03:21 +0000

Revision: 14833
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14833
Author:   sigurdne
Date:     2016-03-14 14:03:21 +0000 (Mon, 14 Mar 2016)
Log Message:
-----------
add enitites for some norwegian characters

Modified Paths:
--------------
    trunk/phpgwapi/inc/class.xslttemplates.inc.php

Modified: trunk/phpgwapi/inc/class.xslttemplates.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.xslttemplates.inc.php      2016-03-14 12:37:51 UTC 
(rev 14832)
+++ trunk/phpgwapi/inc/class.xslttemplates.inc.php      2016-03-14 14:03:21 UTC 
(rev 14833)
@@ -257,6 +257,12 @@
        <!DOCTYPE xsl:stylesheet [
                <!ENTITY nl "&#10;">
                <!ENTITY nbsp "&#160;">
+               <!ENTITY AElig "&#198;">
+               <!ENTITY aelig "&#230;">
+               <!ENTITY Oslash "&#216;">
+               <!ENTITY oslash "&#248;">
+               <!ENTITY Aring "&#197;">
+               <!ENTITY aring "&#229;">
                ]>
        <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0"
                xmlns:phpgw="http://phpgroupware.org/functions";




reply via email to

[Prev in Thread] Current Thread [Next in Thread]