Skip to content

Commit c50e05c

Browse files
committed
Fix HTML error
1 parent 2b29dfd commit c50e05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ <h3>How?</h3>
12061206
<div class="modal-header"><h2>Create a Custom Build</h2></div>
12071207
<div class="modal-body">
12081208
<div ng-show="buildErrorText">
1209-
<h3 style="text-align: center;">{{buildErrorText</h3>
1209+
<h3 style="text-align: center;">{{buildErrorText}}</h3>
12101210
</div>
12111211
<div ng-hide="buildErrorText">
12121212
<h3 style="text-align: center;">Select the modules you wish to download:</h3>

0 commit comments

Comments
 (0)