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

github.com/techsneeze/dmarcts-report-viewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dmarcts-report-viewer-options.php')
-rw-r--r--dmarcts-report-viewer-options.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmarcts-report-viewer-options.php b/dmarcts-report-viewer-options.php
index 7aed408..1f3dd5e 100644
--- a/dmarcts-report-viewer-options.php
+++ b/dmarcts-report-viewer-options.php
@@ -140,7 +140,7 @@ function create_input_text($option_name, $option = array()) {
$values = $option["option_values"];
if (isset($cookie_options[$option_name]) ) {
- $value = "value='" . $cookie_options[$option_name] . "'";
+ $value = "value='" . preg_replace("/'/", "'", $cookie_options[$option_name]). "'";
} else {
$value = "";
}