From 7ca6eeecd2c787b58e5eb285a950710b71ea0fe3 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 14 Aug 2010 01:49:08 +0000 Subject: [PATCH] - web: remove align=right on BBcode images svn path=/trunk/boinc/; revision=22228 --- checkin_notes | 5 +++++ html/inc/text_transform.inc | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/checkin_notes b/checkin_notes index e224922a84..28770f5ae4 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/html/inc/text_transform.inc b/html/inc/text_transform.inc index 00b2eecf90..fd3a0457c6 100644 --- a/html/inc/text_transform.inc +++ b/html/inc/text_transform.inc @@ -156,7 +156,7 @@ function bb2html($text, $export=false) { "
\\1
", "

", "

    \\1

", - "", + "", "\\2", "\\1

  • \\2\n\\3", "\\2", @@ -183,7 +183,7 @@ function bb2html($text, $export=false) { "
    \\1
    ", "

    ", "

      \\1

    ", - "", + "", "\\2", "\\1

  • \\2\n\\3", "\\2",