X-Git-Url: https://git.infodrom.org/?p=infodrom%2Frico3;a=blobdiff_plain;f=examples%2Fdotnet%2FLoadRicoClient.ascx;h=a4d43c0d3ee2fb340abff8b73047be5e58359c27;hp=f3bb9fdd386f7103cfc5d7554147cd0137d4abe6;hb=144ae892fbfaa4148b646cd81312087760ddd52f;hpb=99e2213dbb5012b69cbb87d72e7bcc322de469d5 diff --git a/examples/dotnet/LoadRicoClient.ascx b/examples/dotnet/LoadRicoClient.ascx index f3bb9fd..a4d43c0 100644 --- a/examples/dotnet/LoadRicoClient.ascx +++ b/examples/dotnet/LoadRicoClient.ascx @@ -149,7 +149,7 @@ Protected sub LoadTheme(writer as HTMLTextWriter, theme as String) case "r": requireRicoCSS(writer, themeFile) end select - if grid_striping then writer.Write(vbLf & "") + if grid_striping then writer.Write(vbLf & "") end sub