You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
adamliter
added a commit
to adamliter/Speriment
that referenced
this issue
Aug 25, 2017
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 breaksmake_exp
because the ending of is hardcoded as'type="text/css">'
inutils.py
. Changing this to'type="text/css" />'
fixes the problem.The text was updated successfully, but these errors were encountered: