Remove RSS title truncation temporarily
This commit is contained in:
parent
1ce6ff2b2f
commit
19a89b79f5
1 changed files with 3 additions and 3 deletions
|
@ -9,9 +9,9 @@
|
||||||
#elif tweet.reply.len > 0: result = &"R to @{tweet.reply[0]}: "
|
#elif tweet.reply.len > 0: result = &"R to @{tweet.reply[0]}: "
|
||||||
#end if
|
#end if
|
||||||
#var text = stripHtml(tweet.text)
|
#var text = stripHtml(tweet.text)
|
||||||
#if unicode.runeLen(text) > 32:
|
##if unicode.runeLen(text) > 32:
|
||||||
# text = unicode.runeSubStr(text, 0, 32) & "..."
|
## text = unicode.runeSubStr(text, 0, 32) & "..."
|
||||||
#end if
|
##end if
|
||||||
#result &= xmltree.escape(text)
|
#result &= xmltree.escape(text)
|
||||||
#if result.len > 0: return
|
#if result.len > 0: return
|
||||||
#end if
|
#end if
|
||||||
|
|
Loading…
Reference in a new issue