Files
GseTDDUebungKCLR/database/php/pear/Text/Wiki/Render/Plain.php
Riley Schneider b732d8d4b5 Initial Commit
2025-12-03 16:38:10 +01:00

16 lines
177 B
PHP

<?php
class Text_Wiki_Render_Plain extends Text_Wiki_Render {
function pre()
{
return;
}
function post()
{
return;
}
}
?>