import of Diogenes 0.9.18
[diogenes.git] / include / Text / Wiki / Render / Plain.php
1 <?php
2
3 class Text_Wiki_Render_Plain extends Text_Wiki_Render {
4
5 function pre()
6 {
7 return;
8 }
9
10 function post()
11 {
12 return;
13 }
14
15 }
16 ?>