Skip to content

Commit cbc3870

Browse files
committed
Consistent colon use in demo config list
1 parent 12285df commit cbc3870

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

static/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h3 style="margin: 0.5rem 0">Options</h3>
7171
</select>
7272
</article>
7373
<article class="config">
74-
<label for="keywordCase">Keyword Case</label>
74+
<label for="keywordCase">Keyword Case:</label>
7575
<select id="keywordCase">
7676
<option value="preserve">Preserve</option>
7777
<option value="upper">Uppercase</option>
@@ -113,7 +113,7 @@ <h3 style="margin: 0.5rem 0">Options</h3>
113113
</select>
114114
</article>
115115
<article class="config">
116-
<label for="aliasAs">Use AS in alias</label>
116+
<label for="aliasAs">Use AS in alias:</label>
117117
<select id="aliasAs">
118118
<option value="preserve">Preserve</option>
119119
<option value="select">SELECT Only</option>
@@ -126,7 +126,7 @@ <h3 style="margin: 0.5rem 0">Options</h3>
126126
<input type="checkbox" id="tabulateAlias" name="tabulateAlias" />
127127
</article>
128128
<article class="config">
129-
<label for="commaPosition">CommaPosition</label>
129+
<label for="commaPosition">CommaPosition:</label>
130130
<select id="commaPosition">
131131
<option value="after">After</option>
132132
<option value="before">Before</option>

0 commit comments

Comments
 (0)