FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 3fe6dd45 authored by Silas S. Brown's avatar Silas S. Brown
Browse files

Gradint update

git-svn-id: http://svn.code.sf.net/p/e-guidedog/code/ssb22/gradint@1619 29193198-4895-4776-b068-10539e920549
parent bc4e273e
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,7 @@ def htmlOut(body_u8,title_extra="",links=1):
print "Content-type: text/html; charset=utf-8" ; print
if title_extra: title_extra=": "+title_extra
print '<html><head><title>Gradint Web edition'+title_extra+'</title>'
print '<meta name="viewport" content="width=device-width">'
print '<meta name="mobileoptimized" content="0"><meta name="viewport" content="width=device-width">'
print '</head><body>'+body_u8
print '<HR>'
if links:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment