mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-18 11:51:19 +02:00
[3.1.0] version -> VERSION
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1693 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
@@ -78,8 +78,8 @@ if (!$c) {
|
||||
exit;
|
||||
}
|
||||
$htmlpurifier_c = preg_replace(
|
||||
'/const version = \'.+?\';/',
|
||||
"const version = '$version';",
|
||||
'/const VERSION = \'.+?\';/',
|
||||
"const VERSION = '$version';",
|
||||
$htmlpurifier_c,
|
||||
1, $c
|
||||
);
|
||||
|
Reference in New Issue
Block a user