Skip to content

Commit 0444613

Browse files
committed
remove aria-controls
1 parent d322924 commit 0444613

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

quickstart.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ <h4 class="panel-title">1.Install</h4></div>
5454
<b>codeception.yml</b> and <b>tests</b> directory and default test suites.
5555
</p>
5656

57-
<a class="btn btn-primary" role="button" data-toggle="collapse" href="#bootstrap-demo" aria-expanded="false"
58-
aria-controls="collapseExample">
57+
<a class="btn btn-primary" role="button" data-toggle="collapse" href="#bootstrap-demo" aria-expanded="false">
5958
See Demo
6059
</a>
6160

@@ -152,8 +151,7 @@ <h4>Acceptance Testing (only)</h4>
152151
<pre>php vendor/bin/codecept init acceptance</pre>
153152
</div>
154153

155-
<a class="btn btn-primary" role="button" data-toggle="collapse" href="#acceptance-demo" aria-expanded="false"
156-
aria-controls="collapseExample">
154+
<a class="btn btn-primary" role="button" data-toggle="collapse" href="#acceptance-demo" aria-expanded="false">
157155
See Demo
158156
</a> <a href="/docs/03-AcceptanceTests" class="btn btn-secondary">Acceptance Testing Guide &raquo;</a>
159157

@@ -168,8 +166,7 @@ <h4>REST API Testing (only)</h4>
168166
</div>
169167

170168

171-
<a class="btn btn-primary" role="button" data-toggle="collapse" href="#api-demo" aria-expanded="false"
172-
aria-controls="collapseExample">
169+
<a class="btn btn-primary" role="button" data-toggle="collapse" href="#api-demo" aria-expanded="false">
173170
See Demo
174171
</a>
175172

@@ -185,8 +182,7 @@ <h4>Unit Testing (only)</h4>
185182
<pre>php vendor/bin/codecept init unit</pre>
186183
</div>
187184

188-
<a class="btn btn-primary" role="button" data-toggle="collapse" href="#unit-demo" aria-expanded="false"
189-
aria-controls="collapseExample">
185+
<a class="btn btn-primary" role="button" data-toggle="collapse" href="#unit-demo" aria-expanded="false">
190186
See Demo
191187
</a>
192188

0 commit comments

Comments
 (0)