Make new tag for github link of MMDVMHost
This commit is contained in:
parent
349fb66151
commit
365b92070b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ function getMMDVMHostVersion() {
|
||||||
} else {
|
} else {
|
||||||
showLapTime("getMMDVMHostVersion");
|
showLapTime("getMMDVMHostVersion");
|
||||||
if (strlen($output[0]) > 26) {
|
if (strlen($output[0]) > 26) {
|
||||||
return substr($output[0],18,8)." ("._("compiled")." ".getMMDVMHostFileVersion(). ", GitID #<a href=\"https://github.com/g4klx/MMDVMHost/commit/" . substr($output[0],32,7) . "\">" . substr($output[0],32,7) . "</a>)";
|
return substr($output[0],18,8)." ("._("compiled")." ".getMMDVMHostFileVersion(). ", GitID #<a href=\"https://github.com/g4klx/MMDVMHost/commit/" . substr($output[0],32,7) . "\" target=\"_blank\">" . substr($output[0],32,7) . "</a>)";
|
||||||
} else {
|
} else {
|
||||||
return substr($output[0],18,8)." ("._("compiled")." ".getMMDVMHostFileVersion(). ")";
|
return substr($output[0],18,8)." ("._("compiled")." ".getMMDVMHostFileVersion(). ")";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue