Skip to content

Commit 4963127

Browse files
Merge pull request #22 from SyncfusionExamples/vulnerability_issue
Resolved the vulnerability issue in the GitHub samples
2 parents 17f657d + 92cef52 commit 4963127

File tree

72 files changed

+58551
-11507
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+58551
-11507
lines changed

ASP.NET MVC/HTML_to_PDF_MVC/App_Start/BundleConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static void RegisterBundles(BundleCollection bundles)
1919
bundles.Add(new ScriptBundle("~/bundles/modernizr").Include(
2020
"~/Scripts/modernizr-*"));
2121

22-
bundles.Add(new ScriptBundle("~/bundles/bootstrap").Include(
22+
bundles.Add(new Bundle("~/bundles/bootstrap").Include(
2323
"~/Scripts/bootstrap.js"));
2424

2525
bundles.Add(new StyleBundle("~/Content/css").Include(
Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
body {
2-
padding-top: 50px;
3-
padding-bottom: 20px;
4-
}
5-
6-
/* Set padding to keep content from hitting the edges */
1+
/* Set padding to keep content from hitting the edges */
72
.body-content {
3+
margin-top: 15px;
84
padding-left: 15px;
95
padding-right: 15px;
106
}
@@ -22,9 +18,3 @@ select,
2218
textarea {
2319
max-width: 280px;
2420
}
25-
26-
.navbar-inverse .navbar-toggle:hover,
27-
.navbar-inverse .navbar-toggle:focus {
28-
background-color: #777;
29-
border-color: #fff
30-
}

0 commit comments

Comments
 (0)