"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "mrbs-1.9.4/web/lib/PHPMailer/src/Exception.php" between
mrbs-1.9.4.tar.gz and mrbs-1.10.0.tar.gz

About: MRBS is a web application for booking meeting rooms or other resources (using PHP and MySQL/pgsql).

Exception.php  (mrbs-1.9.4):Exception.php  (mrbs-1.10.0)
skipping to change at line 38 skipping to change at line 38
*/ */
class Exception extends \Exception class Exception extends \Exception
{ {
/** /**
* Prettify error message output. * Prettify error message output.
* *
* @return string * @return string
*/ */
public function errorMessage() public function errorMessage()
{ {
return '<strong>' . htmlspecialchars($this->getMessage()) . "</strong><b r />\n"; return '<strong>' . htmlspecialchars($this->getMessage(), ENT_COMPAT | E NT_HTML401) . "</strong><br />\n";
} }
} }
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)