Fixed bug with parsing of links.

captchafix
Florens Douwes 11 years ago
parent 5c08202164
commit 560d0dd6e8
  1. 2
      Chan/src/org/floens/chan/core/model/Post.java

@ -222,6 +222,8 @@ public class Post {
} catch (Exception e) {
total = TextUtils.concat(total, item, " ");
}
} else {
total = TextUtils.concat(total, item, " ");
}
}
} else {

Loading…
Cancel
Save