Skip to content

Commit

Permalink
Update XamlConverterService.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebaltazar committed Oct 17, 2024
1 parent 258c003 commit b136751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Maui.ServerDrivenUI/Services/XamlConverterService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ internal static class XamlConverterService
public static string ConvertToXml(ServerUIElement element)
{
var strBuilder = new StringBuilder();
strBuilder.AppendLine("<?xml version=\"1.0\" encoding=\"utf-8\"?>");
strBuilder.Append($"<{element.Type}");
strBuilder.AppendLine();

Expand Down

0 comments on commit b136751

Please sign in to comment.