mirror of
https://github.com/mrclay/minify.git
synced 2025-08-13 01:24:51 +02:00
Fixes #693
This commit is contained in:
@@ -52,7 +52,7 @@ class Minify_HTML_Helper
|
||||
}
|
||||
$uri = $h->getRawUri($opts['farExpires'], $opts['debug']);
|
||||
|
||||
return htmlspecialchars($uri, ENT_QUOTES, $opts['charset']);
|
||||
return htmlspecialchars($uri, ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, $opts['charset']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user