Skip to content

Commit 84b296f

Browse files
committed
finish linting
1 parent 58f6d03 commit 84b296f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

App_Data/app.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2-
<SexyContent FileVersion="07.00.00" MinimumRequiredVersion="07.04.02" ModuleVersion="16.07.00" ExportDate="2023-09-26T08:41:16.7827389+02:00">
2+
<SexyContent FileVersion="07.00.00" MinimumRequiredVersion="07.04.02" ModuleVersion="16.07.00" ExportDate="2023-09-26T09:44:21.0497175+02:00">
33
<Header>
44
<App Guid="efe3b9cf-1382-40b3-bee2-34becb5351bc" />
55
<Language Default="en-us" />
@@ -11389,10 +11389,10 @@
1138911389
<Value Key="NameId" Value="koi" Type="String">
1139011390
<Dimension DimensionID="141" ReadOnly="false" />
1139111391
</Value>
11392-
<Value Key="SegmentName" Value="" Type="String">
11392+
<Value Key="SegmentName" Value="Koi" Type="String">
1139311393
<Dimension DimensionID="141" ReadOnly="false" />
1139411394
</Value>
11395-
<Value Key="SegmentTitle" Value="" Type="String">
11395+
<Value Key="SegmentTitle" Value="Koi Tutorials" Type="String">
1139611396
<Dimension DimensionID="141" ReadOnly="false" />
1139711397
</Value>
1139811398
<Value Key="Subsection" Value="False" Type="Boolean">

img/tips/Snip-Optimal-Alt-Text.cshtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@inherits Custom.Hybrid.Razor14
22
@using ToSic.Razor.Blade;
33
@{/*! Tut.Tabs=Generated HTML,ViewConfig */
4+
// 2sxclint:disable:info-use-of-imgAltFallback
45
var viewCnf = DynamicModel.Tutorial.ViewConfig;
56
var Content = AsDynamic(viewCnf.Content(type: "ImgDemoData", nameId: "car-oldtimer") as object);
67
/*!*/}

shared/Layout/Header.Part Title and Assets.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
</h1>
2020

2121
@Kit.Page.Activate("2sxc.JsCore")
22-
<link rel='stylesheet' href='@App.Path/assets/styles.css' enableoptimizations='true' />
22+
<link rel='stylesheet' href='@App.Path/assets/styles.css' @Kit.Page.AssetAttributes() />

0 commit comments

Comments
 (0)