Ticket #440: apostropheBlogPlugin.patch
| File apostropheBlogPlugin.patch, 0.6 KB (added by eneroth, 22 months ago) |
|---|
-
Users/eneroth/Sites/Projects/aintranet/trunk/plugins/apostropheBlogPlugin/lib/model/doctrine/PluginaBlogItem.class.php
215 215 216 216 public function setTitle($value) 217 217 { 218 $this->_set('title', htmlentities($value, ENT_COMPAT, 'UTF-8'));218 $this->_set('title', $value); 219 219 } 220 220 221 221 /**

