diff --git a/msq.php b/msq.php index 12fb71d..fc7702d 100644 --- a/msq.php +++ b/msq.php @@ -72,10 +72,12 @@ function parseMSQ($xml) */ //var_dump($msq); - echo "Format Version: " . $msq->versionInfo['fileFormat'] . "
"; - echo "MS Signature: " . $msq->versionInfo['signature'] . "
"; - echo "Tuning SW: " . $msq->bibliography['author'] . "
"; - echo "Date: " . $msq->bibliography['writeDate'] . "
"; + echo '
'; + echo "Format Version: " . $msq->versionInfo['fileFormat'] . ""; + echo "MS Signature: " . $msq->versionInfo['signature'] . ""; + echo "Tuning SW: " . $msq->bibliography['author'] . ""; + echo "Date: " . $msq->bibliography['writeDate'] . ""; + echo '
'; //if cols and rows exist it's a table (maybe 1xR) //otherwise it's a single value