No need for quotes and escaping anymore.

This commit is contained in:
Michal Čihař
2010-09-07 10:51:52 +02:00
parent f29559242f
commit 1b3f0af486

View File

@@ -19,7 +19,7 @@ require_once './libraries/header_meta_style.inc.php';
<form action="enum_editor.php" method="get">
<div id="enum_editor_no_js">
<h3><?php printf(__('Values for the column "%s"'), htmlspecialchars($_GET['field'])); ?></h3>
<p><?php echo __('Enter each value in a separate field, enclosed in single quotes. If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'); ?></p>
<p><?php echo __('Enter each value in a separate field.'); ?></p>
<div id="values">
<?php
$values = array();