Fixes GitHub Capitalization (#14715)

This commit is contained in:
SleepyGemmy
2022-08-27 18:49:41 +02:00
committed by GitHub
parent f1fd242457
commit 4bec0ab46e
6 changed files with 11 additions and 11 deletions

View File

@@ -122,7 +122,7 @@ client/verb/showrevinfo()
. += {"<tr><th>Author:</th><td>[html_encode(tm.author)]</td></tr>"}
if (config.githuburl)
. += {"<tr><td colspan="2"><a href="?JSlink=github;pr=[tm.number]">Link to Github</a></td></tr>"}
. += {"<tr><td colspan="2"><a href="?JSlink=github;pr=[tm.number]">Link to GitHub</a></td></tr>"}
. += {"<tr><th>Description:</th><td>[html_encode(tm.body)]</td></tr>"}
if(tm.comment)