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:
Griatch 2010-12-07 21:46:26 +00:00
parent e7b3916aec
commit 7e898842b9
4 changed files with 13 additions and 8 deletions

View file

@ -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