Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit cf8acec

Browse files
committed
getting synced with origin
2 parents 7e1ba8d + 9b5a74e commit cf8acec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap

runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap/layout.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,9 @@
243243
eBookConfig.username = '{{ user_id}}';
244244
eBookConfig.readings = {{ readings}};
245245
eBookConfig.activities = {{ activity_info }}
246-
eBookConfig.downloadsEnabled = {{downloads_enabled}};
247-
eBookConfig.allow_pairs = {{allow_pairs}}
248-
eBookConfig.enableCompareMe = {{enable_compare_me}};
246+
eBookConfig.downloadsEnabled = {{ downloads_enabled}};
247+
eBookConfig.allow_pairs = {{ allow_pairs}}
248+
eBookConfig.enableCompareMe = {{ enable_compare_me }};
249249
{% endraw %}
250250
{% else %}
251251
eBookConfig.useRunestoneServices = {% if use_services == 'true' -%}true{%- else -%}false{%- endif -%};

0 commit comments

Comments
 (0)