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

make_exp is broken by changes in psiTurk #61

Open
adamliter opened this issue Aug 25, 2017 · 0 comments · May be fixed by #62
Open

make_exp is broken by changes in psiTurk #61

adamliter opened this issue Aug 25, 2017 · 0 comments · May be fixed by #62

Comments

@adamliter
Copy link
Contributor

The HTML markup in psiTurk's default exp.html file was changed slightly in NYUCCL/psiTurk@8ba2552. The <link> elements that link to style sheets now end in " /> instead of ">. This breaks make_exp because the ending of is hardcoded as 'type="text/css">' in utils.py. Changing this to 'type="text/css" />' fixes the problem.

adamliter added a commit to adamliter/Speriment that referenced this issue Aug 25, 2017
@adamliter adamliter linked a pull request Aug 25, 2017 that will close this issue
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 a pull request may close this issue.

1 participant