Skip to content

Commit

Permalink
Merge pull request #856 from bcgov/yj
Browse files Browse the repository at this point in the history
fix: remove bold comment
  • Loading branch information
ychung-mot authored Dec 6, 2024
2 parents 43dabe2 + 5d711dc commit ab7a29a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public override string GetContent()
return (Preview ? GetPreviewHeader() : "") + $@"
Dear Host,<br/><br/>
<b>This message has been sent to you by B.C.'s Short-term Rental Compliance Unit regarding your short-term rental listing:</b><br/><b>{Url}</b><br/><br/>
<b>{Comment}</b><br/>
{Comment}<br/>
";
}

Expand Down

0 comments on commit ab7a29a

Please sign in to comment.