includes/wikiengine/Render/Plain/Newline.php
author Dan
Sun, 21 Dec 2008 15:35:46 -0500
changeset 777 488665d49417
parent 1 fe660c52c48f
permissions -rw-r--r--
[Branding] New artwork swapped in for the old. See <http://enanocms.org/News:1228698725>.

<?php

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

?>