includes/wikiengine/Render/Plain/Newline.php
author Dan
Sun, 01 Jul 2007 14:19:20 -0400
changeset 34 80f52593bee9
parent 1 fe660c52c48f
permissions -rw-r--r--
Removing Box Art and Connections themes from main repo

<?php

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

?>