daca2-search.cgi: string concatenation

This commit is contained in:
Daniel Marjamäki 2018-05-08 06:58:39 +02:00
parent 6ed3c130e7
commit a716183d33
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,8 @@ def summary(path, arguments):
print('<tr><td>' + id +'</td><td><a href="/cgi-bin/daca2-search.cgi?id='+id+'">'+str(count[id])+'</a></td></tr>') print('<tr><td>' + id +'</td><td><a href="/cgi-bin/daca2-search.cgi?id='+id+'">'+str(count[id])+'</a></td></tr>')
print('</table>') print('</table>')
sys.stdout.write('Content-type: text/html\r\n\r\n') sys.stdout.write('Content-type: text/html\r\n\r\n'
sys.stdout.write('<html><body>\n') '<html><body>\n')
cgitb.enable() cgitb.enable()
arguments = cgi.FieldStorage() arguments = cgi.FieldStorage()