includes/wikiengine/Render/Plain/Newline.php
author Dan
Wed, 25 Feb 2009 13:39:49 -0500
changeset 836 f8199a8d6153
parent 1 fe660c52c48f
permissions -rw-r--r--
Blah. Wrong type for those getConfig values.

<?php

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

?>