fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14757] more fixes


From: Sigurd Nes
Subject: [Fmsystem-commits] [14757] more fixes
Date: Sat, 20 Feb 2016 14:28:38 +0000

Revision: 14757
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14757
Author:   sigurdne
Date:     2016-02-20 14:26:19 +0000 (Sat, 20 Feb 2016)
Log Message:
-----------
more fixes

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-02-20 13:55:48 UTC 
(rev 14756)
+++ trunk/phpgwapi/inc/class.xslttemplates.inc.php      2016-02-20 14:26:19 UTC 
(rev 14757)
@@ -75,10 +75,6 @@
                        {
                                $this->set_output('wml');
                        }
-                       else
-                       {
-                               $this->set_output();
-                       }
                }
 
                /**
@@ -271,6 +267,7 @@
                >
 
 XSLT;
+
                                switch ( $this->output )
                                {
                                        case 'wml':
@@ -278,7 +275,7 @@
                                                break;
 
                                        case 'html5':
-                                               $this->xsldata .= '<xsl:output  
method="xml" doctype-system="about:legacy-compat" encoding="UTF-8" indent="yes" 
/>'."\n";
+                                               $this->xsldata .= '<xsl:output  
method="html" doctype-system="about:legacy-compat" encoding="UTF-8" 
indent="yes" />'."\n";
                                                break;
 
                                        case 'html':




reply via email to

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