1
0
Fork 0
mirror of https://github.com/Oreolek/oreolek.ru.git synced 2024-05-16 16:08:22 +03:00

Smartypants fix version 3

This commit is contained in:
Alexander Yakovlev 2016-03-16 09:18:47 +07:00
parent 45b8ee2f12
commit 41524cfd16

View file

@ -635,7 +635,9 @@ class SmartyPantsTypographer_Parser extends SmartyPants_Parser {
# Expression of a space (breakable or not):
var $space = '(?: | | |&#0*160;|&#x0*[aA]0;)';
function __construct($attr = SMARTYPANTS_ATTR) {
return $this->SmartyPantsTypographer_Parser($attr);
}
function SmartyPantsTypographer_Parser($attr = SMARTYPANTS_ATTR) {
#