diff --git a/index_main.php b/index_main.php index b5526a7..296e4b8 100755 --- a/index_main.php +++ b/index_main.php @@ -31,7 +31,13 @@ foreach ($allVars as $family => $models) { $allVersions = $db->getAllVersionsForModel($model); echo '
' . $ref . ' | '; + echo '
'; + if (mb_strlen($name) > 0) { + echo '' . $ref . ''; + } else { + echo $ref; + } + echo ' | '; $refVersions = $db->getAllVersionsForRef($ref); $allOta = $db->getAllVersionsForRef($ref, $db::OTA_ONLY); foreach ($allVersions as $v) {