Changeset 9862

Show
Ignore:
Timestamp:
11/08/08 17:04:25 (2 months ago)
Author:
afz
Message:

[comments]: fix an issue with title ending with return char

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/jaws/html/gadgets/Comments/AdminHTML.php

    r9216 r9862  
    9494            $newRow['__KEY__'] = $row['id']; 
    9595            $newRow['name']    = $xss->filter($row['name']); 
     96            $row['title'] = nl2br($row['title']); 
    9697            if (!empty($editAction)) { 
    9798                $url = str_replace('{id}', $row['id'], $editAction);