aboutsummaryrefslogtreecommitdiffstats
path: root/include/html2bbcode.php
diff options
context:
space:
mode:
authormrjive <mrjive@mrjive.it>2018-04-13 10:23:30 +0200
committerGitHub <noreply@github.com>2018-04-13 10:23:30 +0200
commitdb586e0c2747a5c222c6ab394c53245aeba60c8b (patch)
tree20aca8e4b419bf4d970e2e1185388989a2597a9c /include/html2bbcode.php
parentea36ebd0df3d7612e5a524b7a287f9c57b8783b3 (diff)
parent4aaea422bc78b351f055df66b1491e476bf65e12 (diff)
downloadvolse-hubzilla-db586e0c2747a5c222c6ab394c53245aeba60c8b.tar.gz
volse-hubzilla-db586e0c2747a5c222c6ab394c53245aeba60c8b.tar.bz2
volse-hubzilla-db586e0c2747a5c222c6ab394c53245aeba60c8b.zip
Merge pull request #6 from redmatrix/dev
Dev
Diffstat (limited to 'include/html2bbcode.php')
-rw-r--r--include/html2bbcode.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/html2bbcode.php b/include/html2bbcode.php
index 4166299db..1a03fbdaf 100644
--- a/include/html2bbcode.php
+++ b/include/html2bbcode.php
@@ -164,6 +164,7 @@ function html2bbcode($message)
node2bbcode($doc, 'b', array(), '[b]', '[/b]');
node2bbcode($doc, 'i', array(), '[i]', '[/i]');
node2bbcode($doc, 'u', array(), '[u]', '[/u]');
+ node2bbcode($doc, 's', array(), '[s]', '[/s]');
node2bbcode($doc, 'big', array(), "[size=large]", "[/size]");
node2bbcode($doc, 'small', array(), "[size=small]", "[/size]");