PHP 8.5.0 RC 2 available for testing

Voting

: nine plus zero?
(Example: nine)

The Note You're Voting On

nicolas [at] adaka [dot] fr
16 years ago
That seems to be the correct config to symply tidy an HTML fragment (in a valid XHTML syntax) :

<?php
$tidy_config
= array(
'clean' => true,
'drop-proprietary-attributes' => true,
'output-xhtml' => true,
'show-body-only' => true,
'word-2000' => true,
'wrap' => '0'
);
?>

<< Back to user notes page

AltStyle によって変換されたページ (->オリジナル) /