# HG changeset patch # User Nicholas Jillings # Date 1456250241 0 # Node ID 93a87f26323c96502ee2a8b000be450b0ea56cf8 # Parent ade3acb0cee34332f8b8c90374243489c45398b1# Parent 0038731dc1fec8cf969eef805de268ff8e19a787 Merge diff -r 0038731dc1fe -r 93a87f26323c scripts/score_parser.php --- a/scripts/score_parser.php Tue Feb 23 17:56:23 2016 +0000 +++ b/scripts/score_parser.php Tue Feb 23 17:57:21 2016 +0000 @@ -174,9 +174,9 @@ foreach($page->nest as $axis) { foreach($axis->nest as $element) { foreach($element->nest as $value) { - $doc_string = $doc_string.$page->id; - $doc_string = $doc_string.$axis->id; - $doc_string = $doc_string.$element->id; + $doc_string = $doc_string.$page->id.','; + $doc_string = $doc_string.$axis->id.','; + $doc_string = $doc_string.$element->id.','; $doc_string = $doc_string.$value; $doc_string = $doc_string."\r\n"; }