]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/helper/class_FormGroupClosedException.php
Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / helper / class_FormGroupClosedException.php
index 92a6e43896b538c871572c1e48eb0d732e82d4fc..a8d5c5c457bd60fd971636c26ea4408412e028ee 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -31,7 +31,7 @@ class FormGroupClosedException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Could not add sub group <span class=\"exception_reason\">%s</span> because no form group has been opened before.",
+               $message = sprintf('[%s:%d] Could not add sub group %s because no form group has been opened before.',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]