Removed commented out code
This commit is contained in:
+3
-5
@@ -45,10 +45,9 @@ class ToHtml(Tokenizer):
|
||||
self.cssStyles = True
|
||||
|
||||
self.repDict = {
|
||||
"<" : "<",
|
||||
">" : ">",
|
||||
"&" : "&",
|
||||
# "\t" : "!!tab!!", # " "*2,
|
||||
"<" : "<",
|
||||
">" : ">",
|
||||
"&" : "&",
|
||||
nwUnicode.U_ENDASH : nwUnicode.H_ENDASH,
|
||||
nwUnicode.U_EMDASH : nwUnicode.H_EMDASH,
|
||||
nwUnicode.U_HELLIP : nwUnicode.H_HELLIP,
|
||||
@@ -77,7 +76,6 @@ class ToHtml(Tokenizer):
|
||||
self.doKeywords = True
|
||||
self.doComments = doComments
|
||||
self.doSynopsis = doSynopsis
|
||||
# self.repDict["\t"] = r"!!tab!!" # The viewer replaces these
|
||||
self._buildRegEx()
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user