\n\n' + explanation_title + '\n\n' + p1 + '\n
\n';
return selectString;
});
-
+
// replace labels
- // looks for >>arbitrary text<< and inserts it into the label attribute of the input type directly below the text.
+ // looks for >>arbitrary text<< and inserts it into the label attribute of the input type directly below the text.
var split = xml.split('\n');
var new_xml = [];
var line, i, curlabel, prevlabel = '';