android-ibc-forum

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 75ff5a8689e4fba96675ee6e76b1be406d3c4864
parent 9f24899d02b026493c1202894c40165681a8d5fc
Author: Jan Dankert <devnull@localhost>
Date:   Sat, 13 Oct 2012 01:47:53 +0200

Fix: Einfache Zitate gingen nicht mehr...

Diffstat:
src/de/mtbnews/android/adapter/BBCodeConverter.java | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/de/mtbnews/android/adapter/BBCodeConverter.java b/src/de/mtbnews/android/adapter/BBCodeConverter.java @@ -23,7 +23,7 @@ public class BBCodeConverter "\\[color=['\"]?(.*?[^'\"])['\"]?\\](.*?)\\[/color\\]", "<span style='color:$1'>$2</span>"); - string = processTag(string, "\\[quote[^\\[]+\\](.*?)\\[/quote\\]", + string = processTag(string, "\\[quote[^\\[]*\\](.*?)\\[/quote\\]", "<blockquote>$1</blockquote>"); string = processTag(string,