Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Held <ilovemilk@wusa.io>2018-09-13 23:00:22 +0300
committerMatthias Held <ilovemilk@wusa.io>2018-09-13 23:00:22 +0300
commit5d4ed7868e2e1e0ed71348c5528a75fff9ad2313 (patch)
tree4b679b72da76d9d4039981457608cacfe43c96a4 /templates/personal.php
parent74dc7cd847de8521208da964236d87e1b4bfa087 (diff)
Fix underscore for JSON
Signed-off-by: Matthias Held <matthias.held@uni-konstanz.de>
Diffstat (limited to 'templates/personal.php')
-rw-r--r--templates/personal.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/personal.php b/templates/personal.php
index 4070ae3..84ed2d9 100644
--- a/templates/personal.php
+++ b/templates/personal.php
@@ -29,8 +29,8 @@ script('ransomware_detection', 'personal');
<?php p($l->t('Current color mode')); ?>
</h3>
<select id="color-scheme" name="color-scheme" data-placeholder="<?php p($l->t('Color mode'));?>">
- <option value="<?php p($_['colorActive']['code']); ?>">
- <?php p($_['colorActive']['name']); ?>
+ <option value="<?php p($_['color_active']['code']); ?>">
+ <?php p($_['color_active']['name']); ?>
</option>
<option value="<?php p($_['color']['code']); ?>">
<?php p($_['color']['name']); ?>