web/wp-includes/Text/Diff/Renderer.php
changeset 194 32102edaa81b
parent 136 bde1974c263b
equal deleted inserted replaced
193:2f6f6f7551ca 194:32102edaa81b
     3  * A class to render Diffs in different formats.
     3  * A class to render Diffs in different formats.
     4  *
     4  *
     5  * This class renders the diff in classic diff format. It is intended that
     5  * This class renders the diff in classic diff format. It is intended that
     6  * this class be customized via inheritance, to obtain fancier outputs.
     6  * this class be customized via inheritance, to obtain fancier outputs.
     7  *
     7  *
     8  * $Horde: framework/Text_Diff/Diff/Renderer.php,v 1.21 2008/01/04 10:07:50 jan Exp $
     8  * Copyright 2004-2010 The Horde Project (http://www.horde.org/)
     9  *
       
    10  * Copyright 2004-2008 The Horde Project (http://www.horde.org/)
       
    11  *
     9  *
    12  * See the enclosed file COPYING for license information (LGPL). If you did
    10  * See the enclosed file COPYING for license information (LGPL). If you did
    13  * not receive this file, see http://opensource.org/licenses/lgpl-license.php.
    11  * not receive this file, see http://opensource.org/licenses/lgpl-license.php.
    14  *
    12  *
    15  * @package Text_Diff
    13  * @package Text_Diff