Skip to content

Commit b7ebbbc

Browse files
committed
Remove extra ")"
1 parent 03683b2 commit b7ebbbc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Build/CommonAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
//
1616
// You can specify all the values or you can default the Revision and Build Numbers
1717
// by using the '*' as shown below:
18-
[assembly: AssemblyVersion("3.0.5")]
19-
[assembly: AssemblyFileVersion("3.0.5")]
18+
[assembly: AssemblyVersion("3.0.6")]
19+
[assembly: AssemblyFileVersion("3.0.6")]
2020
//[assembly: AssemblyInformationalVersion("2.5-filters")]

Griddly/Views/Shared/Griddly/Griddly.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
{
324324
<span class="griddly-summary"><span class="@(GriddlySettings.IsBootstrap4 ? "d-none d-sm-inline" : "hidden-xs")">Records</span>
325325
<span class="griddly-recordstart">@(Model.PageNumber * Model.PageSize + (Model.Total > 0 ? 1 : 0))</span>
326-
<span class="@(GriddlySettings.IsBootstrap4 ? "d-none d-sm-inline" : "hidden-xs")">through</span><span class="@(GriddlySettings.IsBootstrap4 ? "d-inline d-sm-none" : "visible-xs-inline"))">-</span>
326+
<span class="@(GriddlySettings.IsBootstrap4 ? "d-none d-sm-inline" : "hidden-xs")">through</span><span class="@(GriddlySettings.IsBootstrap4 ? "d-inline d-sm-none" : "visible-xs-inline")">-</span>
327327
<span class="griddly-recordend">@(Model.PageNumber * Model.PageSize + Model.Count)</span>
328328
of <span class="griddly-recordtotal">@Model.Total</span>
329329
</span>

0 commit comments

Comments
 (0)