summaryrefslogtreecommitdiff
path: root/ext/tidy/examples/cleanhtml5.php
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2004-01-22 15:45:50 +0000
committerPierre Joye <pajoye@php.net>2004-01-22 15:45:50 +0000
commit0dd6bd1d9f76a9202e4f88542631368b03c92c8c (patch)
tree3971f2323d4861054c95e25ed4f5eeed9fb877fa /ext/tidy/examples/cleanhtml5.php
parenta729ce0434609cdbb7fc9b646a44013bc315ea58 (diff)
downloadphp-git-0dd6bd1d9f76a9202e4f88542631368b03c92c8c.tar.gz
- Update examples to studlyCaps syntax
Diffstat (limited to 'ext/tidy/examples/cleanhtml5.php')
-rw-r--r--ext/tidy/examples/cleanhtml5.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/tidy/examples/cleanhtml5.php b/ext/tidy/examples/cleanhtml5.php
index 5e4095e8ac..c31e36f1f2 100644
--- a/ext/tidy/examples/cleanhtml5.php
+++ b/ext/tidy/examples/cleanhtml5.php
@@ -21,7 +21,7 @@
$tidy = tidy_parse_file($_SERVER['argv'][1]);
}
- $tidy->clean_repair();
+ $tidy->cleanRepair();
if(!empty($tidy->error_buf)) {
@@ -36,4 +36,4 @@
- \ No newline at end of file
+