Skip to content

Conversation

@jtpereyda
Copy link
Contributor

Fixed a few web bugs from Sulley refactor:

  • app.py referenced Session.paused_flag which is actually named Session.is_paused
  • view_crash.html had a syntax error when referencing base.html (missing double quotes); fix taken from index.html
  • base.html was referencing sulley.css with an unrooted relative path, which failed because view_crash works like its own directory
  • removed extra whitespace in base.html's pre tag.

 - app.py referenced Session.paused_flag which is actually named Session.is_paused
 - view_crash.html had a syntax error when referencing base.html (missing double quotes); fix taken from index.html
 - base.html was referencing sulley.css with an unrooted relative path, which failed because view_crash works like its own directory
 - removed extra whitespace in base.html's pre tag.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant