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

boxes-all edits

parent c1b0c614
No related branches found
No related tags found
No related merge requests found
...@@ -24,8 +24,8 @@ pads = [ ...@@ -24,8 +24,8 @@ pads = [
# '../classification-systems/amazon.txt' # '../classification-systems/amazon.txt'
# ] # ]
# 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
c = 1 c = 1
firstrun = 1 firstrun = 1
...@@ -50,9 +50,6 @@ for pad in pads: ...@@ -50,9 +50,6 @@ for pad in pads:
line = line.replace("\t","") line = line.replace("\t","")
if tab == c: if tab == c:
# if firstrun != 1:
# fileout.write('</div>\n')
# if title != 1:
fileout.write('</div>\n') fileout.write('</div>\n')
fileout.write('<div class="box level_'+strtab+'">'+line) fileout.write('<div class="box level_'+strtab+'">'+line)
# print 'tab is same' # print 'tab is same'
......
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