mirror of https://github.com/BOINC/boinc.git
- web: remove align=right on BBcode images
svn path=/trunk/boinc/; revision=22228
This commit is contained in:
parent
780b77036b
commit
7ca6eeecd2
|
@ -6053,3 +6053,8 @@ David 13 Aug 2010
|
|||
lib/
|
||||
filesys.cpp
|
||||
|
||||
David 13 Aug 2010
|
||||
- web: remove align=right on BBcode images
|
||||
|
||||
html/inc/
|
||||
text_transform.inc
|
||||
|
|
|
@ -156,7 +156,7 @@ function bb2html($text, $export=false) {
|
|||
"<blockquote>\\1</blockquote>",
|
||||
"<ul>\\1</ul><p>",
|
||||
"<ol>\\1</ol><p>",
|
||||
"<img align=bottom src=\"http://\\2\">",
|
||||
"<img hspace=\"8\" src=\"http://\\2\">",
|
||||
"<font color=\"\\1\">\\2</font>",
|
||||
"\\1<li>\\2\n\\3",
|
||||
"<span style=\"font-size: \\1px;\">\\2</span>",
|
||||
|
@ -183,7 +183,7 @@ function bb2html($text, $export=false) {
|
|||
"<blockquote class='postbody'>\\1</blockquote>",
|
||||
"<ul>\\1</ul><p>",
|
||||
"<ol>\\1</ol><p>",
|
||||
"<img hspace=8 align=right src=\"http://\\2\">",
|
||||
"<img hspace=\"8\" src=\"http://\\2\">",
|
||||
"<font color=\"\\1\">\\2</font>",
|
||||
"\\1<li>\\2\n\\3",
|
||||
"<span style=\"font-size: \\1px;\">\\2</span>",
|
||||
|
|
Loading…
Reference in New Issue