Browse Source

Fix malformed XAML

Jeremy Koritzinsky 8 years ago
parent
commit
a38dfada10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      samples/RenderTest/SideBar.xaml

+ 1 - 1
samples/RenderTest/SideBar.xaml

@@ -1,4 +1,4 @@
-<Styles xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">>
+<Styles xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
   <Style Selector="TabControl.sidebar">
     <Setter Property="Template">
       <ControlTemplate>