Changeset 516
- Timestamp:
- 03/05/10 12:47:11 (3 years ago)
- Location:
- plugins/apostrophePlugin/trunk
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
lib/action/BaseaTextSlotActions.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/trunk
- Property svn:mergeinfo changed
/plugins/apostrophePlugin/branches/1.3 merged: 515
- Property svn:mergeinfo changed
-
plugins/apostrophePlugin/trunk/lib/action/BaseaTextSlotActions.class.php
r448 r516 19 19 } 20 20 $value = htmlspecialchars($value); 21 $value = preg_replace("(\r\n|\n|\r)", "<br >\n", $value);21 $value = preg_replace("(\r\n|\n|\r)", "<br />\n", $value); 22 22 $maxlength = $this->getOption('maxlength'); 23 23 if ($maxlength !== false)

