Skip to content

Commit b93d04d

Browse files
committed
Fixed whitespace issues in default.aspx.cs
dnnsoftware#6916 was merged with whitespace issues, this PR fixes that
1 parent 4ef9b45 commit b93d04d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

DNN Platform/Website/Default.aspx.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ protected override void OnInit(EventArgs e)
228228
var ctlSkin = this.GetSkin();
229229

230230
this.clientResourceController.RegisterPathNameAlias("SkinPath", this.CurrentSkinPath);
231-
231+
232232
// check for and read skin package level doctype
233233
this.SetSkinDoctype();
234234

@@ -455,7 +455,6 @@ private void InitializePage()
455455
// moved this call to OnInit to avoid incorrect CurrentSkinPath if using fallback skin
456456
////this.clientResourceController.RegisterPathNameAlias("SkinPath", this.CurrentSkinPath);
457457

458-
459458
// redirect to a specific tab based on name
460459
if (!string.IsNullOrEmpty(this.Request.QueryString["tabname"]))
461460
{
@@ -880,4 +879,3 @@ private string GetCssVariablesStylesheetCallback(CacheItemArgs args)
880879
}
881880
}
882881
}
883-

0 commit comments

Comments
 (0)