- Timestamp:
- 09/01/10 11:59:43 (21 months ago)
- Location:
- plugins/apostrophePlugin/trunk
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
lib/action/BaseaFeedSlotComponents.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/trunk
- Property svn:mergeinfo changed
/plugins/apostrophePlugin/branches/features/wjohnald (added) merged: 1984,1988,1990,2012,2015,2104-2106
- Property svn:mergeinfo changed
-
plugins/apostrophePlugin/trunk/lib/action/BaseaFeedSlotComponents.class.php
r1868 r2107 34 34 $this->posts = $this->getOption('posts', 5); 35 35 $this->links = $this->getOption('links', true); 36 $this->markup = $this->getOption('markup', '<strong><em><p><br><ul><li> ');36 $this->markup = $this->getOption('markup', '<strong><em><p><br><ul><li><a>'); 37 37 $this->attributes = $this->getOption('attributes', false); 38 38 $this->styles = $this->getOption('styles',false);

