remove accidental greater than sign that I was appending to the feed subjects in order
to test things. git-svn-id: svn://10.0.0.236/trunk@165887 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
8441cca7ca
commit
8e364db834
@ -309,7 +309,7 @@ FeedItem.prototype.writeToFolder = function() {
|
||||
|
||||
// Convert the title to UTF-16 before performing our HTML entity replacement
|
||||
// reg expressions.
|
||||
var title = this.title + ">";
|
||||
var title = this.title;
|
||||
|
||||
// the subject may contain HTML entities.
|
||||
// Convert these to their unencoded state. i.e. & becomes '&'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user