diff --git a/application/views/version_dialog/index.php b/application/views/version_dialog/index.php index d8efeeff..644a0508 100644 --- a/application/views/version_dialog/index.php +++ b/application/views/version_dialog/index.php @@ -45,6 +45,9 @@ $releaseBody = isset($firstRelease['body']) ? $firstRelease['body'] : 'No release information available'; $htmlReleaseBody = htmlspecialchars($releaseBody); $htmlReleaseBodyWithLinks = preg_replace('/(https?:\/\/[^\s<]+)/', '$1', $htmlReleaseBody); + + $releaseName = isset($firstRelease['name']) ? $firstRelease['name'] : 'No version name information available'; + echo "