Work items: 30775
This commit is contained in:
@@ -131,7 +131,7 @@ namespace umbraco.editorControls
|
||||
if (!string.IsNullOrEmpty(_tbhidden.Text))
|
||||
{
|
||||
int so = 0;
|
||||
foreach (string row in _tbhidden.Text.Split(';'))
|
||||
foreach (string row in _tbhidden.Text.Split('¶'))
|
||||
{
|
||||
if (!string.IsNullOrEmpty(row))
|
||||
{
|
||||
|
||||
@@ -28,7 +28,7 @@ function ResetValues() {
|
||||
var value = jQuery(".value", this).html();
|
||||
|
||||
|
||||
val += value + "|" + text + ";";
|
||||
val += value + "|" + text + "¶";
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user