[Pkg-mozext-commits] [sage-extension] 28/39: feed parsing update
David Prévot
taffit at moszumanska.debian.org
Fri May 1 03:10:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag sage_1_1
in repository sage-extension.
commit 6522f7354cdfda3307d3950097150be2ba614198
Author: Peter Andrews <petea at jhu.edu>
Date: Sat May 29 17:36:39 2004 +0000
feed parsing update
---
src/sage/content/createhtml.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sage/content/createhtml.js b/src/sage/content/createhtml.js
index ee79db0..2884ef7 100755
--- a/src/sage/content/createhtml.js
+++ b/src/sage/content/createhtml.js
@@ -82,7 +82,7 @@ var CreateHTML = {
htmlSource = htmlSource.replace("**HTMLTITLE**", feed.getTitle());
htmlSource = htmlSource.replace("**TITLE**", feed.getTitle());
htmlSource = htmlSource.replace("**LINK**", feed.getLink());
- htmlSource = htmlSource.replace("**DESCRIPTION**", feed.getDescription() + feed.getLastPubDate().toLocalString());
+ htmlSource = htmlSource.replace("**DESCRIPTION**", feed.getDescription() + feed.getLastPubDate().toLocaleString());
var itemsSource = "";
for(var i = 0; i < feed.getItemCount(); i++) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/sage-extension.git
More information about the Pkg-mozext-commits
mailing list