Fixed a string error in the webclient that could appear on some server setups. Added URL parsing to the webclient.
This commit is contained in:
parent
e7b3916aec
commit
7e898842b9
4 changed files with 13 additions and 8 deletions
|
|
@ -13,7 +13,7 @@ import re
|
|||
import cgi
|
||||
from src.utils import ansi
|
||||
|
||||
class ANSItoHTMLparser(object):
|
||||
class TextToHTMLparser(object):
|
||||
"""
|
||||
This class describes a parser for converting from ansi to html.
|
||||
"""
|
||||
|
|
@ -124,7 +124,7 @@ class ANSItoHTMLparser(object):
|
|||
|
||||
return result
|
||||
|
||||
HTML_PARSER = ANSItoHTMLparser()
|
||||
HTML_PARSER = TextToTMLparser()
|
||||
|
||||
#
|
||||
# Access function
|
||||
Loading…
Add table
Add a link
Reference in a new issue