summaryrefslogtreecommitdiffstats
path: root/db/item.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 18:19:23 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 18:19:23 +0200
commit66c73a96ac2dda076bcfe0dc0a1ca2a7e169149d (patch)
treedc0318fa459e4f313217ee38e4bc63524513d721 /db/item.php
parentf5e64d35c05b14016eb4fffff7199386a97a9b43 (diff)
first try to set indention limit at 80 characters in php
Diffstat (limited to 'db/item.php')
-rw-r--r--db/item.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/item.php b/db/item.php
index 5c353b058..8a8b19e59 100644
--- a/db/item.php
+++ b/db/item.php
@@ -209,7 +209,8 @@ class Item extends Entity implements IAPI, \JsonSerializable {
public function setBody($body) {
- // FIXME: this should not happen if the target="_blank" is already on the link
+ // FIXME: this should not happen if the target="_blank" is already
+ // on the link
parent::setBody(str_replace('<a', '<a target="_blank"', $body));
}