Work items: 30775

This commit is contained in:
hartvig
2012-04-24 09:59:16 -02:00
parent 99aba7b9ae
commit 340f5382cc
2 changed files with 2 additions and 2 deletions

View File

@@ -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))
{

View File

@@ -28,7 +28,7 @@ function ResetValues() {
var value = jQuery(".value", this).html();
val += value + "|" + text + ";";
val += value + "|" + text + "";
});