From 030174433a2483774fe8e2e7708845480bb67f33 Mon Sep 17 00:00:00 2001 From: "Silas S. Brown" <ssb22@cam.ac.uk> Date: Thu, 19 Nov 2015 11:16:55 +0000 Subject: [PATCH] Update TermLayout git-svn-id: http://svn.code.sf.net/p/e-guidedog/code/ssb22/adjuster@2354 29193198-4895-4776-b068-10539e920549 --- termlayout.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/termlayout.py b/termlayout.py index 2084f39..2c08fed 100644 --- a/termlayout.py +++ b/termlayout.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# TermLayout v0.11 (c) 2014 Silas S. Brown +# TermLayout v0.12 (c) 2014-2015 Silas S. Brown # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -680,7 +680,7 @@ screenWidth = screenDim('COLUMNS') def htmlPreprocess(h): hl = h.lower() - for tag1,tag2 in [('<!--','-->'),('<script','</script>'),('<style','</style>')]: + for tag1,tag2 in [('<!--','-->'),('<script','</script>'),('<style','</style>'),('<head','</head>')]: s = 0 while True: s = hl.find(tag1,s) -- GitLab