|
|
@ -81,7 +81,7 @@ public class ParserUtils { |
|
|
|
// set info
|
|
|
|
// set info
|
|
|
|
headerInfo.baseUrl = urlStr; |
|
|
|
headerInfo.baseUrl = urlStr; |
|
|
|
if (!TextUtils.isEmpty(text)) { |
|
|
|
if (!TextUtils.isEmpty(text)) { |
|
|
|
headerInfo.title = QUOTE + text.toUpperCase() + QUOTE; |
|
|
|
headerInfo.title = QUOTE + text + QUOTE; |
|
|
|
} |
|
|
|
} |
|
|
|
if (!TextUtils.isEmpty(imageUrl)) { |
|
|
|
if (!TextUtils.isEmpty(imageUrl)) { |
|
|
|
headerInfo.image = (imageUrl); |
|
|
|
headerInfo.image = (imageUrl); |
|
|
|