mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-05 13:47:24 +02:00
[3.1.0] Fixed bug with fallback languages in LanguageFactory
- Also, reverted bogus Generator changes git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1723 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
@@ -77,7 +77,7 @@ class HTMLPurifier_Generator
|
||||
'wrap' => 68,
|
||||
), 'utf8');
|
||||
$tidy->cleanRepair();
|
||||
$html = ((string) $tidy); // explicit cast necessary
|
||||
$html = (string) $tidy; // explicit cast necessary
|
||||
}
|
||||
|
||||
// Normalize newlines to system defined value
|
||||
|
Reference in New Issue
Block a user