Index: trunk/extensions/PageSchemas/PageSchemas.classes.php |
— | — | @@ -9,8 +9,6 @@ |
10 | 10 | class PageSchemas { |
11 | 11 | |
12 | 12 | /* Functions */ |
13 | | - |
14 | | - |
15 | 13 | public static function validateXML( $xml, &$error_msg ) { |
16 | 14 | |
17 | 15 | |
— | — | @@ -69,7 +67,7 @@ |
70 | 68 | if ($tag == 'Template') { |
71 | 69 | $text .= self::parseTemplate($child); |
72 | 70 | } else{ |
73 | | - echo "Code to be added by other extension\n"; |
| 71 | + echo "Code to be added by other extension\n"; |
74 | 72 | } |
75 | 73 | } |
76 | 74 | $text .= "</table>\n"; |