[Pkg-mozext-commits] [sage-extension] 13/54: misc updates
David Prévot
taffit at moszumanska.debian.org
Fri May 1 03:10:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag sage_1_3
in repository sage-extension.
commit ebe8011f0059a9601ec19e2fd4c0f6c534f7e0e0
Author: Peter Andrews <petea at jhu.edu>
Date: Fri Sep 17 05:59:06 2004 +0000
misc updates
---
src/sage/content/opml/opml.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sage/content/opml/opml.js b/src/sage/content/opml/opml.js
index 5b9e7ec..3bf549c 100755
--- a/src/sage/content/opml/opml.js
+++ b/src/sage/content/opml/opml.js
@@ -198,7 +198,7 @@ function createOpmlSource() {
var srcTemplate = '<?xml version="1.0" encoding="UTF-8"?>';
srcTemplate += '<opml version="1.0">';
- srcTemplate += '<head><title>RSS Reader Panel Export OPML</title></head>';
+ srcTemplate += '<head><title>Sage OPML Export</title></head>';
srcTemplate += '<body/></opml>';
var opmlDoc = new DOMParser().parseFromString(srcTemplate, "text/xml");
--
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