includes/wikiengine/Render/Plain/Newline.php
author Dan
Sun, 12 Apr 2009 19:25:07 -0400
changeset 900 c5409416b61b
parent 1 fe660c52c48f
permissions -rw-r--r--
Index: minor fix-up to code cleanliness under diff loading

<?php

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

?>