nl2br
authorjoel kronenberg <joel.kronenberg@utoronto.ca>
Wed, 7 Dec 2005 20:21:57 +0000 (20:21 -0000)
committerjoel kronenberg <joel.kronenberg@utoronto.ca>
Wed, 7 Dec 2005 20:21:57 +0000 (20:21 -0000)
docs/admin/modules/details.php

index 977b720..efc0c72 100644 (file)
@@ -125,7 +125,7 @@ $properties = $module->getProperties(array('maintainers', 'url', 'date', 'licens
 
        <div class="row">
                <?php echo _AT('notes'); ?><br />
-               <?php echo $properties['notes']; ?>
+               <?php echo nl2br($properties['notes']); ?>
        </div>
 <?php if (!isset($_REQUEST['new'])): ?>
        <div class="row buttons">