show 2 chars (better if you want to use \t, etc...)
This commit is contained in:
parent
82e0f2e2f2
commit
59c3fc6b90
@ -644,7 +644,7 @@ echo "\n";
|
||||
<input type="radio" name="what" value="csv" />
|
||||
<?php echo $strStrucCSV;?> :<br />
|
||||
<?php echo $strFields . ' '. $strTerminatedBy; ?>
|
||||
<input type="text" name="separator" size="1" value=";" /> <br />
|
||||
<input type="text" name="separator" size="2" value=";" /> <br />
|
||||
<?php echo $strLines . ' '. $strTerminatedBy; ?>
|
||||
<input type="text" name="add_character" size="2" value="<?php echo ((which_crlf() == "\n") ? '\n' : '\r\n'); ?>" />
|
||||
</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user