repo.or.cz
/
moodle-linuxchix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git]
/
lib
/
htmlpurifier
/
HTMLPurifier
/
HTMLModule
/
Tidy
/
Proprietary.php
blob
3b4b116024ce5dc125257573dda62588dd0dbfaf
1
<
?php
2
3
require_once
'HTMLPurifier/HTMLModule/Tidy.php'
;
4
5
class
HTMLPurifier_HTMLModule_Tidy_Proprietary
extends
6
HTMLPurifier_HTMLModule_Tidy
7
{
8
9
var
$name
=
'Tidy_Proprietary'
;
10
var
$defaultLevel
=
'light'
;
11
12
function
makeFixes
() {
13
return array
();
14
}
15
16
}
17