Skip to content

Commit 57b5b8f

Browse files
committed
Update grs
1 parent cc72871 commit 57b5b8f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

grs

+5-3
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,11 @@ if args.png:
288288
tmpString += '<img src = "%s_%s.png" />\n' % (blk,mod)
289289

290290
htmlString = '''<html>\n
291-
292-
293-
291+
<body>\n
292+
<p>Listing your generated pngs by grs.</p>\n
293+
%s
294+
</body>\n
295+
</html>\n
294296
''' % (tmpString)
295297
with open("grs_gng.html", "w") as f:
296298
f.write(htmlString)

0 commit comments

Comments
 (0)