svn: /pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/ PackageDescription.tpl.php

[email protected] (Brett Bieber) Thu, 03 Mar 2011 16:35:41 +0000
Newsgroups php.pear.cvs,php.pear.core
Message-ID <[email protected]>
saltybeagle                              Thu, 03 Mar 2011 16:35:41 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=308901

Log:
Re-use the same markdown class, instead of instantiating a new object.

Changed paths:
    U   pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/PackageDescription.tpl.php

Modified: pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/PackageDescription.tpl.php
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/PackageDescription.tpl.php	2011-03-03 16:19:20 UTC (rev 308900)
+++ pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/PackageDescription.tpl.php	2011-03-03 16:35:41 UTC (rev 308901)
@@ -6,7 +6,6 @@
             <div class="package-release-notes">
                 <h3>Release Notes - <?php echo $context->version['release']; ?></h3>
                 <?php
-                $markdown = new \PEAR2\Text\Markdown_Extra();
                 echo $markdown->transform($context->getRaw('notes'));
                 ?>
             </div>