Fix Phame escaping issue
Summary: Fixes blog.phacility.com, etc. There's bascially no plausible way we can do better here, especially once we get the Wordpress "API" up and running. Test Plan: patched secure.phabricator.com live Reviewers: vrana Reviewed By: vrana CC: aran Differential Revision: https://secure.phabricator.com/D4958
This commit is contained in:
@@ -75,7 +75,7 @@ final class PhameBasicTemplateBlogSkin extends PhameBasicBlogSkin {
|
|||||||
require $this->getPath($__template__);
|
require $this->getPath($__template__);
|
||||||
}
|
}
|
||||||
|
|
||||||
return ob_get_clean();
|
return phutil_safe_html(ob_get_clean());
|
||||||
}
|
}
|
||||||
|
|
||||||
private function getDefaultScope() {
|
private function getDefaultScope() {
|
||||||
|
|||||||
Reference in New Issue
Block a user