From: <ki...@us...> - 2003-04-04 23:58:17
|
Update of /cvsroot/pymerase/pymerase/pymweb/cgi In directory sc8-pr-cvs1:/tmp/cvs-serv7499/cgi Modified Files: pymweb.py Log Message: was missing a " in html code. =o( Index: pymweb.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymweb/cgi/pymweb.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pymweb.py 4 Apr 2003 23:57:19 -0000 1.2 --- pymweb.py 4 Apr 2003 23:58:14 -0000 1.3 *************** *** 170,174 **** else: print '<b>Generation Complete</b><br>' ! print 'Download: <a href="/pymweb/%s/%s>%s</a>' % (myfile, form['dest'].value, form['dest'].value) --- 170,174 ---- else: print '<b>Generation Complete</b><br>' ! print 'Download: <a href="/pymweb/%s/%s">%s</a>' % (myfile, form['dest'].value, form['dest'].value) |