changeset 567:7546ee427ac1 Dev_main

Merge
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Tue, 23 Feb 2016 17:57:21 +0000
parents 45f5514b5077 (current diff) fb8bc71c0b40 (diff)
children 03e713d870cf
files
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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";
                         }