Skip to content

Commit

Permalink
Remove BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Aug 12, 2024
1 parent 3e7870e commit 7f6d673
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/_Layout.cshtml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head prefix="og: http://ogp.me/ns#">
<title>@Page.Title</title>
Expand Down
2 changes: 1 addition & 1 deletion src/bin/System.Web.Helpers.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>System.Web.Helpers</name>
Expand Down
2 changes: 1 addition & 1 deletion src/bin/System.Web.Razor.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>System.Web.Razor</name>
Expand Down
2 changes: 1 addition & 1 deletion src/bin/System.Web.WebPages.Deployment.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>System.Web.WebPages.Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion src/bin/System.Web.WebPages.Razor.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>System.Web.WebPages.Razor</name>
Expand Down
2 changes: 1 addition & 1 deletion src/bin/System.Web.WebPages.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>System.Web.WebPages</name>
Expand Down
2 changes: 1 addition & 1 deletion src/css/site.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@-ms-viewport {
@-ms-viewport {
width: device-width;
}

Expand Down
2 changes: 1 addition & 1 deletion src/index.cshtml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@{
@{
Response.RedirectPermanent("~/json/");
}
2 changes: 1 addition & 1 deletion src/json.cshtml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@{
@{
Page.Title = "JSON Schema Store";
Page.Description = "JSON Schemas for common JSON file formats";
Layout = "~/_layout.cshtml";
Expand Down
2 changes: 1 addition & 1 deletion src/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.AspNet.Razor" version="3.2.2" targetFramework="net45" />
<package id="Microsoft.AspNet.WebPages" version="3.2.2" targetFramework="net45" />
Expand Down
2 changes: 1 addition & 1 deletion src/vwd.webinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0"?>
<!--
Visual Studio global web project settings.
-->
Expand Down

0 comments on commit 7f6d673

Please sign in to comment.