Lame atempt to fix the stair case mis-alignment shown Scanning in

picture 3 of ticket #181
This commit is contained in:
Anders Betnér 2006-07-03 20:54:14 +00:00
parent 8985e36419
commit 3ba6992c2b

View File

@ -280,7 +280,7 @@ var Config ={
// Event.observe(href,'click',Config._browse);
// frag.appendChild(href);
// }
frag.appendChild(Builder.node('br'));
// frag.appendChild(Builder.node('br'));
}
break;
case 'select':
@ -289,7 +289,7 @@ var Config ={
item.options,
ConfigInitialValues.getValue(itemId) || item.default_value,
item.short_description));
frag.appendChild(Builder.node('br'));
// frag.appendChild(Builder.node('br'));
break;
default:
alert('This should not happen (1)');