Missing string append plus sign (#13904)

pull/13909/head
Peter Kellner 2019-08-18 17:56:43 -07:00 committed by Luke Latham
parent c5ea40975a
commit 27ce90bbf9
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ Use the custom `address` Tag Helper Component to inject HTML markup as follows:
public class AddressTagHelperComponent : TagHelperComponent
{
private readonly string _printableButton =
"<button type='button' class='btn btn-info' onclick=\"window.open("
"<button type='button' class='btn btn-info' onclick=\"window.open(" +
"'https://binged.it/2AXRRYw')\">" +
"<span class='glyphicon glyphicon-road' aria-hidden='true'></span>" +
"</button>";