diff --git a/website/app/static/js/history/history_view.js b/website/app/static/js/history/history_view.js index cc066c7..46e2d82 100644 --- a/website/app/static/js/history/history_view.js +++ b/website/app/static/js/history/history_view.js @@ -56,7 +56,7 @@ export default {
  • Modules
    - + [[history.modules.join(", ")]]
  • @@ -77,7 +77,7 @@ export default {

    Modules:

    - + [[history.modules.join(", ")]]
    diff --git a/website/app/templates/history.html b/website/app/templates/history.html index 64eb29e..8edae79 100644 --- a/website/app/templates/history.html +++ b/website/app/templates/history.html @@ -38,7 +38,7 @@

    Modules:

    - + [[h.modules.join(", ")]]
    diff --git a/website/app/templates/history_session.html b/website/app/templates/history_session.html index 2e6a7a2..a8acd69 100644 --- a/website/app/templates/history_session.html +++ b/website/app/templates/history_session.html @@ -32,7 +32,7 @@
  • Modules
    - + [[his.modules.join(", ")]]
  • @@ -49,7 +49,7 @@

    Modules:

    - + [[his.modules.join(", ")]]
    diff --git a/website/app/templates/modules_config.html b/website/app/templates/modules_config.html index d65ab10..87c3f0b 100644 --- a/website/app/templates/modules_config.html +++ b/website/app/templates/modules_config.html @@ -41,10 +41,7 @@

    [[ current_config['module_name'] ]]

    - Attributes: - + Attributes: [[current_config['input_attr'].join(", ")]]