|
|
|
@ -137,7 +137,7 @@ function finishfile(){
|
|
|
|
|
# finish writing the previous content file
|
|
|
|
|
if(is_list){ append("</ul>"); is_list = 0 }
|
|
|
|
|
if(is_pre){ append("</pre>"); is_pre = 0 }
|
|
|
|
|
out = out "\t</main>\n </body>\n</html>"
|
|
|
|
|
out = out " </body>\n</html>"
|
|
|
|
|
print out > nameout
|
|
|
|
|
}
|
|
|
|
|
function append(line){
|
|
|
|
|