Skip to content

Commit

Permalink
SDSS-844: fix to html errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Aug 14, 2023
1 parent 5399220 commit c4d8814
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@
.su-callout-author {
@include responsive-spacing("padding-top", 0);

display: block;
font-size: 1.11em;
}

.su-callout-author-title {
display: block;
font-size: 1.11em;
color: $su-color-black-70;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

<div {{ attributes }}>
<span class="decoration">&#8220;</span>
<blockquote>
{{ content.su_callout_quote }}
<blockquote class="callout-quote su-callout-quote">
<p>{{ content.su_callout_quote|render|striptags("<drupal-render-placeholder>")|trim }}</p>
<cite>
{{ content.su_callout_author }}
{{ content.su_callout_author_title }}
<span class="su-callout-author">{{ content.su_callout_author|render|striptags("<drupal-render-placeholder>")|trim }}</span>
<span class="su-callout-author-title">{{ content.su_callout_author_title|render|striptags("<drupal-render-placeholder>")|trim }}</span>
</cite>
</blockquote>
</div>

0 comments on commit c4d8814

Please sign in to comment.