git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2938 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2009-03-31 22:03:04 +00:00
parent 28186a9def
commit 27b3e12495
1 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ elif (xepstatus == "Deferred"):
# Abstract: $abstract
# Changelog: $remark ($initials)
# CVS Diff: $diffs
# URL: http://www.xmpp.org/extensions/xep-$xepnum.html
# URL: http://xmpp.org/extensions/xep-$xepnum.html
fromaddr = "editor@xmpp.org"
# for testing...
@ -160,7 +160,7 @@ versionline = 'Version ' + version + ' of XEP-' + xepnum + ' (' + title + ') has
abstractline = 'Abstract: ' + abstract
changelogline = 'Changelog: ' + remark + ' (' + initials + ')'
diffsline = 'Diff: ' + diffs
urlline = 'URL: http://www.xmpp.org/extensions/xep-' + xepnum + '.html'
urlline = 'URL: http://xmpp.org/extensions/xep-' + xepnum + '.html'
msg = "From: XMPP Extensions Editor <%s>\r\n" % fromaddr
msg = msg + "To: %s\r\n" % toaddrs