Skip to content

Commit

Permalink
Linter - multi line.
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 14, 2024
1 parent 179be7d commit e9afe12
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ resources_block__form__heading: 'Start Your Search'
resources_block__card__heading: 'Popular Resources'
resources_block__group__link__content: 'Resource Library'
resources_block__group__link__url: 'https://www.google.com'
resources_block__group__form:
'<form class="ys-filter-form">
resources_block__group__form: '
<form class="ys-filter-form">
<div class="form-item js-form-type-textfield">
<input placeholder="Search by Title or Tags" type="text" value="" size="30" maxlength="128" class="form-item__textfield">
</div>
Expand Down Expand Up @@ -42,4 +42,5 @@ resources_block__group__form:
<input class="cta button js-form-submit form-submit" type="submit" value="Search">
<input type="submit" name="op" value="Reset" class="button js-form-submit form-submit">
</div>
</form>'
</form>
'

0 comments on commit e9afe12

Please sign in to comment.