mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] use HTML version of <br/>
This commit is contained in:
@@ -28,7 +28,7 @@ openerp.web_treeview_text_newlines = function(openerp)
|
||||
result = format_cell_original(row_data, column, options);
|
||||
if(column.type == 'text')
|
||||
{
|
||||
result = result.replace(/\n/g, '<br/>');
|
||||
result = result.replace(/\n/g, '<br>');
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user