Index: trunk/extensions/ErrorHandler/ErrorHandler.php |
— | — | @@ -156,6 +156,8 @@ |
157 | 157 | } else { |
158 | 158 | $func .= '()'; |
159 | 159 | } |
| 160 | + $func = htmlspecialchars( $func ); |
| 161 | + $file = htmlspecialchars( $file ); |
160 | 162 | |
161 | 163 | if( $internal ) |
162 | 164 | $res = array( 'errorhandler-trace-line-internal', $func ); |