includes/wikiengine/Render/Plain/Tighten.php
author Dan
Thu, 31 Jan 2008 21:52:39 -0500
changeset 280 7b984f924dcd
parent 1 fe660c52c48f
permissions -rw-r--r--
Fixed special pages being returned with subpage information inappropriately from $paths->get_pageid_from_url()

<?php
class Text_Wiki_Render_Plain_Tighten extends Text_Wiki_Render {
    
    
    function token()
    {
        return '';
    }
}
?>