Rewritten a lot double-quotes to single-requotes, removed deprecated exception, some...
[core.git] / inc / classes / exceptions / xml / class_InvalidXmlNodeException.php
index 0e3f0cfa22e8319a867e1e5f7558b3027b7958ba..e2c5781e21a31ed34afa4c9e2a9954c6c4a77daf 100644 (file)
@@ -31,9 +31,9 @@ class InvalidXmlNodeException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Extract attributes
-               $attributes = "<em>None</em>";
+               $attributes = '<em>None</em>';
                if ((is_array($classArray[2])) && (count($classArray[2]) > 0)) {
-                       $attributes = implode(", ", $classArray[2]);
+                       $attributes = implode(', ', $classArray[2]);
                } // END - if
 
                // Construct our message