diff options
author | friendica <info@friendica.com> | 2013-12-20 12:43:04 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-20 12:43:04 -0800 |
commit | aa312f72bf48f3ffeb62606541b39e5243ce819e (patch) | |
tree | 1b50e1b918475d0193c9f0c460d3b09402f90fa7 /doc | |
parent | a084a3fa47879f00a535501f14f32c3ff55f7d29 (diff) | |
download | volse-hubzilla-aa312f72bf48f3ffeb62606541b39e5243ce819e.tar.gz volse-hubzilla-aa312f72bf48f3ffeb62606541b39e5243ce819e.tar.bz2 volse-hubzilla-aa312f72bf48f3ffeb62606541b39e5243ce819e.zip |
comanchify mod_directory. Two modules remaining. Actually three because message needs to be split.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bbcode.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bbcode.html b/doc/bbcode.html index 7183f50c1..a24dd8b5d 100644 --- a/doc/bbcode.html +++ b/doc/bbcode.html @@ -7,7 +7,7 @@ <li>[u]underlined[/u] - <u>underlined</u><br /> <li>[s]strike[/s] - <strike>strike</strike><br /> <li>[color=red]red[/color] - <span style="color: red;">red</span><br /> -<li>[url=https://www.redmatrix.me]Red Matrix[/url] <a href="https://redmatrix.me">Red Matrix</a><br /> +<li>[url=https://redmatrix.me]Red Matrix[/url] <a href="https://redmatrix.me">Red Matrix</a><br /> <li>[img]https://redmatrix.me/images/default_profile_photos/rainbow_man/48.jpg[/img] <img src="https://redmatrix.me/images/default_profile_photos/rainbow_man/48.jpg" alt="Image/photo" /><br /> <li>[code]code[/code] <code>code</code><br /> <li>[quote]quote[/quote] <blockquote>quote</blockquote><br /> |