summaryrefslogtreecommitdiff
path: root/Mailman/HTMLFormatter.py
diff options
context:
space:
mode:
authorcotton1998-11-12 00:26:42 +0000
committercotton1998-11-12 00:26:42 +0000
commit1f2ba884b2cc6afb1a9a9c786ef99fe9e632a9a0 (patch)
tree12acd644e1d399eca3aaf7e4fa3cb6f6e5abe68b /Mailman/HTMLFormatter.py
parentd342f934b83c586b493489ed853b36f423416209 (diff)
downloadmailman-1f2ba884b2cc6afb1a9a9c786ef99fe9e632a9a0.tar.gz
mailman-1f2ba884b2cc6afb1a9a9c786ef99fe9e632a9a0.tar.zst
mailman-1f2ba884b2cc6afb1a9a9c786ef99fe9e632a9a0.zip
The change from os.path.join to %s/%s caused a problem with GetAbsoluteScriptURL:
os.path.join would change a result like this: some//where to some/where but the "%s/%s" replacement wouldn't perform that fix, so I made it do the same thing in GetAbsoluteScriptURL. note: this problem may recur elsewhere, though i haven't seen it yet. If it does, it may be wise to add a Utils.urljoin function that takes care of this tidbit and use it universally where urls are joined with "%s/%s". scott
Diffstat (limited to 'Mailman/HTMLFormatter.py')
0 files changed, 0 insertions, 0 deletions