1
<?php
2
class Text_Wiki_Render_Plain_Tighten extends Text_Wiki_Render {
3
4
5
function token()
6
{
7
return '';
8
}
9
10
?>