Skip to content

Commit

Permalink
Update css_divider
Browse files Browse the repository at this point in the history
See the changes in
NYUCCL/psiTurk@8ba2552

Closes presleyp#61
  • Loading branch information
adamliter committed Aug 25, 2017
1 parent e80a5c3 commit 025e289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speriment/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def make_exp(filename):
json_tag = '''\n\t\t<script src="/static/js/{0}" type="text/javascript">'''.format(filename)
script_divider = '</script>'
css_tag = '''\n\t<link rel=stylesheet href="/static/lib/node_modules/speriment/css/speriment.css"'''
css_divider = 'type="text/css">'
css_divider = 'type="text/css" />'
new_contents = None
with open(exp_file, 'r') as exp:
exp_contents = exp.read()
Expand Down

0 comments on commit 025e289

Please sign in to comment.