diff options
author | friendica <info@friendica.com> | 2014-06-06 23:56:52 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-06 23:56:52 -0700 |
commit | 376a51f8d8f2fd49ebbb8ac6a868cb151076db97 (patch) | |
tree | 666809a29dfb3a778786a0a0e8692e9313fa28a6 /include/html2bbcode.php | |
parent | c4fc9a9cf69fd87e4ab9136e6b4eaa9b1a9266b2 (diff) | |
download | volse-hubzilla-376a51f8d8f2fd49ebbb8ac6a868cb151076db97.tar.gz volse-hubzilla-376a51f8d8f2fd49ebbb8ac6a868cb151076db97.tar.bz2 volse-hubzilla-376a51f8d8f2fd49ebbb8ac6a868cb151076db97.zip |
doc updates
Diffstat (limited to 'include/html2bbcode.php')
-rw-r--r-- | include/html2bbcode.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/html2bbcode.php b/include/html2bbcode.php index 9bb755da5..df430e6c7 100644 --- a/include/html2bbcode.php +++ b/include/html2bbcode.php @@ -287,4 +287,4 @@ function html2bbcode($message) return(trim($message)); } -?> + |