Skip to content

Commit

Permalink
Add missing alt and title attributes on noscript fallback for image r…
Browse files Browse the repository at this point in the history
…endering - fixes #77
  • Loading branch information
benjaminkott committed Nov 1, 2014
1 parent e3c8ba0 commit 706df22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/ContentElements/Base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tt_content.image.20.1 {
element (
<img src="typo3conf/ext/bootstrap_package/Resources/Public/Images/blank.gif" ###PARAMS######SOURCECOLLECTION######ALTPARAMS######SELFCLOSINGTAGSLASH###>
<noscript>
<img src="###SRC###" />
<img src="###SRC###"###ALTPARAMS###/>
</noscript>
)
source = data-###DATAKEY###="###SRC###"
Expand Down

0 comments on commit 706df22

Please sign in to comment.