Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit c9fafae

Browse files
committed
fix(blog): fix travis issue
1 parent 0261c8a commit c9fafae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/app-blog/app-blog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ export class AppBlog {
342342
>
343343
<label class="d-none d-md-block">Sign Up for News &amp; Updates</label>
344344
<div class="form-group">
345-
<input type="email" value="" name="EMAIL" class="email d-none d-md-block" id="mce-EMAIL" placeholder="Email Address" required="true" />
345+
<input type="email" value="" name="EMAIL" class="email d-none d-md-block" id="mce-EMAIL" placeholder="Email Address" required={true} />
346346
<div class="hidden" aria-hidden="true">
347347
<input type="text" name="b_7e95d70b390d0adf7aaa31ad6_78738bfcb4" tabindex="-1" value="" />
348348
</div>

0 commit comments

Comments
 (0)