summaryrefslogtreecommitdiff
path: root/installer/views
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2012-06-05 16:09:29 -0700
committerBharat Mediratta <bharat@menalto.com>2012-06-05 16:09:29 -0700
commit6104e924aa10f75de919f3b68717188b3912b5dc (patch)
tree237ed795cc01f3089e10d3ddc9a21561cde7aaf2 /installer/views
parent81ecb219d45fd8573f997e0b3dfd7f6a40f47bd0 (diff)
Clean up the path location. Fixes #1880.
Diffstat (limited to 'installer/views')
-rw-r--r--installer/views/get_db_info.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/views/get_db_info.html.php b/installer/views/get_db_info.html.php
index 9fc1accd..c9f57e1d 100644
--- a/installer/views/get_db_info.html.php
+++ b/installer/views/get_db_info.html.php
@@ -23,7 +23,7 @@
<?php else: ?>
<p>
We've found a place to store your photos:
- <code class="location"> <?= VARPATH ?> </code>
+ <code class="location"> <?= htmlspecialchars(VARPATH, ENT_QUOTES, 'UTF-8', true) ?> </code>
</p>
<?php endif ?>
</fieldset>