0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-12-22 08:21:52 +00:00

Fix reporter's custom CSS

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1658 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang 2008-04-14 19:19:48 +00:00
parent 3b5effcb72
commit a1ea149105

View File

@ -29,8 +29,8 @@ class HTMLPurifier_SimpleTest_Reporter extends HTMLReporter
flush();
}
public function _getCss() {
$css = parent::_getCss();
protected function getCss() {
$css = parent::getCss();
$css .= '
#select {position:absolute;top:0.2em;right:0.2em;}
';