diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-03-20 14:02:18 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-03-20 14:02:18 +0100 |
commit | b2b776169b147377b443ec26b2757b43a5f71fc1 (patch) | |
tree | c47d3aeb5b97cfe8214a1c0171c140e23aca8ad2 | |
parent | 8e8d7ae614d1886d4cd86c966cffda1ebdf9e14a (diff) | |
download | volse-hubzilla-b2b776169b147377b443ec26b2757b43a5f71fc1.tar.gz volse-hubzilla-b2b776169b147377b443ec26b2757b43a5f71fc1.tar.bz2 volse-hubzilla-b2b776169b147377b443ec26b2757b43a5f71fc1.zip |
just whitespace to trigger a new build test
-rw-r--r-- | include/bbcode.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/bbcode.php b/include/bbcode.php index bc11241f3..36f943e46 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -1382,4 +1382,3 @@ function bbcode($Text, $options = []) { return $Text; } - |