mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-12-22 16:31:53 +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:
parent
3b5effcb72
commit
a1ea149105
@ -29,8 +29,8 @@ class HTMLPurifier_SimpleTest_Reporter extends HTMLReporter
|
|||||||
flush();
|
flush();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function _getCss() {
|
protected function getCss() {
|
||||||
$css = parent::_getCss();
|
$css = parent::getCss();
|
||||||
$css .= '
|
$css .= '
|
||||||
#select {position:absolute;top:0.2em;right:0.2em;}
|
#select {position:absolute;top:0.2em;right:0.2em;}
|
||||||
';
|
';
|
||||||
|
Loading…
Reference in New Issue
Block a user