Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sully Refactor Web Fixes #95

Open
wants to merge 1 commit into
base: sulley_refactor
Choose a base branch
from

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