https://bugzilla.wikimedia.org/show_bug.cgi?id=40029

--- Comment #8 from Krinkle <[email protected]> ---
> krinkle@gallium$ which tidy
> krinkle@gallium$

I don't see it as a bin, but `extension_loaded( 'tidy' );` evaluates to true in
PHP.

> krinkle@gallium$ php maintenance/eval.php 
> > return $wgTidyBin;
> tidy
> > return extension_loaded( 'tidy' );
> bool(true)
> > return MWTidy::tidy("test</b><div>a");
> <p>test</p>
> <div>a</div>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to