Skip to content

Commit 4128877

Browse files
committed
Couple small cleanup fixes
1 parent e3a6fe0 commit 4128877

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

BlogEngine/BlogEngine.NET/admin/about.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
}
3939
};
4040
}
41-
<div ng-controller="AboutController" class="about-view content">
41+
<div class="about-view content">
4242
<button tabindex="-1" class="sidebar-toggle"><span></span><span></span><span></span></button>
4343
<div class="main-header clearfix">
4444
<h2 class="page-title pull-left">About</h2>

BlogEngine/BlogEngine.NET/setup/upgrade/Updater.asmx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ public class Updater : WebService {
242242
ReplaceDir("\\setup\\SQL_CE");
243243
ReplaceDir("\\setup\\SQLite");
244244
ReplaceDir("\\setup\\SQLServer");
245-
ReplaceDir("\\setup\\VistaDB");
246245

247246
ReplaceDir("\\App_GlobalResources");
248247
ReplaceDir("\\Scripts");

0 commit comments

Comments
 (0)