You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fixed an issue with Hyperlinks in HtmlBuilder.
#rnx #ROBOMERGE-OWNER: robert.manuszewski #ROBOMERGE-AUTHOR: clayton.langford #ROBOMERGE-SOURCE: CL 5362326 via CL 5362327 via CL 5363097 via CL 5363187 #ROBOMERGE-BOT: CORE (Main -> Dev-Core) [CL 5424582 by clayton langford in Dev-Core branch]
This commit is contained in:
@@ -212,8 +212,7 @@ namespace Gauntlet
|
||||
/// <returns></returns>
|
||||
public HtmlBuilder Hyperlink(string URL, string Text)
|
||||
{
|
||||
EnsureEndsWithNewLine();
|
||||
SB.AppendFormat("<a href=\"{0}\">{1}</h1>", Text);
|
||||
SB.AppendFormat("<a href=\"{0}\">{1}</a>", URL, Text);
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user