mirror of https://github.com/dirtbags/moth.git
fixed typo
This commit is contained in:
parent
f19f096082
commit
65ceacf3ac
|
@ -32,7 +32,7 @@ if q is not None:
|
||||||
print '</table>'
|
print '</table>'
|
||||||
|
|
||||||
except Exception:
|
except Exception:
|
||||||
print '<p class="error">Invlaid query: %s</p>' % q
|
print '<p class="error">Invalid query: %s</p>' % q
|
||||||
|
|
||||||
else:
|
else:
|
||||||
print 'Content-Type: text/html\n'
|
print 'Content-Type: text/html\n'
|
||||||
|
|
Loading…
Reference in New Issue