~oddbloke/pqm/unknown-branch-formats

« back to all changes in this revision

Viewing changes to pqm/ui/twistd.py

  • Committer: Robert Collins
  • Date: 2006-07-26 06:47:58 UTC
  • Revision ID: robertc@robertcollins.net-20060726064758-cdfaf31ee002cbb4
Fix bug #37432 and escape the now running output in the web ui.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
            # show the status pane if this project was allowed:
69
69
            if not other_project_request_count:
70
70
                text += "<pre>"
71
 
                text += self.queue.status_text
 
71
                text += cgi.escape(self.queue.status_text)
72
72
                text += "</pre>"
73
73
            text += "<ul>"
74
74
            text += more_text