bold for changelog

This commit is contained in:
myvesta 2020-07-17 23:42:02 +02:00 committed by GitHub
parent a761da29e0
commit 43a8ce9fa0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@
<div class="l-center units">
<?php
if (isset($changelog))
echo "<br /><br /><h1 style=\"margin: 0; color: #aa9c88;\">".__("What's new:")."</h1><br /><a style=\"color: #007bff;\" target=\"_blank\" href=\"https://github.com/myvesta/vesta/blob/master/Changelog.md\">Changelog:</a><br /><pre style=\"padding: 16px; overflow: auto; font-size: 85%; line-height: 1.45; background-color: #f6f8fa; border-radius: 3px;\">".$changelog."</pre>".__("This only admin see after myVesta upgrade, and will dissapear on next refresh.")."<br />".__("Check out our")." <a style=\"color: #007bff;\" target=\"_blank\" href=\"https://www.myvestacp.com/\">".__("new site, wiki and forum")."</a>.<br /><br /><hr style=\"color: #ffebcd;\" />";
echo "<br /><br /><h1 style=\"margin: 0; color: #aa9c88;\">".__("What's new:")."</h1><br /><a style=\"color: #007bff;\" target=\"_blank\" href=\"https://github.com/myvesta/vesta/blob/master/Changelog.md\">Changelog:</a><br /><pre style=\"padding: 16px; overflow: auto; font-size: 85%; line-height: 1.45; background-color: #f6f8fa; border-radius: 3px; font-weight: bold;\">".$changelog."</pre>".__("This only admin see after myVesta upgrade, and will dissapear on next refresh.")."<br />".__("Check out our")." <a style=\"color: #007bff;\" target=\"_blank\" href=\"https://www.myvestacp.com/\">".__("new site, wiki and forum")."</a>.<br /><br /><hr style=\"color: #ffebcd;\" />";
foreach ($data as $key => $value) {
++$i;