projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19b7398
)
Fix typo in docblock in include/text
author
Hypolite Petovan
<hypolite@mrpetovan.com>
Thu, 20 Jun 2019 23:31:47 +0000
(19:31 -0400)
committer
Hypolite Petovan
<hypolite@mrpetovan.com>
Sun, 23 Jun 2019 21:53:25 +0000
(17:53 -0400)
include/text.php
patch
|
blob
|
history
diff --git
a/include/text.php
b/include/text.php
index 052bdc4c3c3f76edc43de78f96436eea4ad3084d..7bed8b499433f1507c2fd410ed5b1837c10a217f 100644
(file)
--- a/
include/text.php
+++ b/
include/text.php
@@
-140,7
+140,7
@@
function redir_private_images($a, &$item)
* @brief Given a text string, convert from bbcode to html and add smilie icons.
*
* @param string $text String with bbcode.
- * @return string Formatte
t HTML.
+ * @return string Formatte
d HTML
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
*/
function prepare_text($text)