includes/wikiengine/Render/Plain/Newline.php
author Dan
Thu, 16 Apr 2009 13:04:21 -0400
changeset 933 4823788b8603
parent 1 fe660c52c48f
permissions -rw-r--r--
Installer: Whoops, moved the start of the main form on sysreqs down too far

<?php

class Text_Wiki_Render_Plain_Newline extends Text_Wiki_Render {
    
    
    function token($options)
    {
        return "\n";
    }
}

?>