Fixed a bug in the be html command.
authorgian <gian@li82-39>
Wed, 10 Feb 2010 13:28:49 +0000 (14:28 +0100)
committergian <gian@li82-39>
Wed, 10 Feb 2010 13:28:49 +0000 (14:28 +0100)
commit5b018f3d9a0a7da54a610168469691d9a14bfaec
tree0e76bb5ae32d12ffdbf93d10c160004ce7b82d31
parentc67a5863826771001f009e1ee90262ccb7a2e172
Fixed a bug in the be html command.

  File "/usr/lib/python2.5/site-packages/libbe/command/html.py", line 371, in _escape
    return xml.sax.saxutils.escape(char)
NameError: global name 'char' is not defined
libbe/command/html.py