Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 73772 | Differences between
and this patch

Collapse All | Expand All

(-)/srv/viewcvs/lib/debug.py.orig (-1 / +2 lines)
Lines 50-56 Link Here
50
50
51
class ViewCVSException:
51
class ViewCVSException:
52
  def __init__(self, msg, status=None):
52
  def __init__(self, msg, status=None):
53
    self.msg = msg
53
    import cgi
54
    self.msg = cgi.escape(msg)
54
    self.status = status
55
    self.status = status
55
56
56
  def __str__(self):
57
  def __str__(self):

Return to bug 73772