summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2013-09-27 20:53:28 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2013-09-27 20:53:28 +0200
commit55b9265a8d90e74379aef50c03080f0a44701e31 (patch)
treeccddd5e20c06bc5fd6fb4f2059dc78c8f83f7226
parentb679b8c0315f96b1aeb3286efd5a36072aeb18cc (diff)
added fixme1.605
-rw-r--r--db/item.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/item.php b/db/item.php
index 70d3cbb07..8f516f9c6 100644
--- a/db/item.php
+++ b/db/item.php
@@ -177,6 +177,7 @@ class Item extends Entity implements IAPI {
public function setBody($body) {
+ // FIXME: this should not happen if the target="_blank" is already on the link
parent::setBody(str_replace('<a', '<a target="_blank"', $body));
}