Skip to content
Snippets Groups Projects
Commit be1070d7 authored by mb's avatar mb
Browse files

no wrapper in boxes-all

parent cb1cf16f
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,6 @@ pads = [ ...@@ -27,8 +27,6 @@ pads = [
# fileout = open("../../stories/boxes.html","w+") # fileout = open("../../stories/boxes.html","w+")
fileout = open("../html2print/stories/boxes.html","w+") # to work locally fileout = open("../html2print/stories/boxes.html","w+") # to work locally
fileout.write('<div id="wrapper">')
c = 1 c = 1
firstrun = 1 firstrun = 1
...@@ -77,6 +75,4 @@ for pad in pads: ...@@ -77,6 +75,4 @@ for pad in pads:
# tmp.append('</div>') # tmp.append('</div>')
fileout.write('</div>')
fileout.close() fileout.close()
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