Skip to content
Snippets Groups Projects
Commit e632dc0a authored by Cyril Vazquez's avatar Cyril Vazquez
Browse files

No commit message

No commit message
parent 4dd9e28f
No related branches found
No related tags found
No related merge requests found
......@@ -360,6 +360,9 @@ class ViewController
$viewElement,
$value
) {
// Replace CR/LF by <br/>
$value = preg_replace("/(\r\n|\n|&#xD;)/", '<br/>', $value);
switch($viewElement->tagName) {
case 'input':
switch($viewElement->getAttribute('type')) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment