Initial Commit
This commit is contained in:
10
database/php/pear/Text/Wiki/Render/Plain/Tighten.php
Normal file
10
database/php/pear/Text/Wiki/Render/Plain/Tighten.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
class Text_Wiki_Render_Plain_Tighten extends Text_Wiki_Render {
|
||||
|
||||
|
||||
function token()
|
||||
{
|
||||
return '';
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user