Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 9c237d7

Browse files
committed
HTML escape ampersands in URL
1 parent d8ac777 commit 9c237d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/cd-covid-banner.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<p>
1414
{{ $t('If you’re not able to start your Dojo in person yet, there are many other ways that you can get involved in the meantime.') }}
1515
{{ $t('Check out the exciting opportunities for young people, parents, volunteers, and educators to learn and get creative with tech through') }}
16-
<a class="cd-banner-link" target="_blank" href="https://www.raspberrypi.org/learn/?utm_source=coderdojo&utm_medium=covid-banner&utm_campaign=dmah">{{ $t('Digital Making at Home') }}</a>
16+
<a class="cd-banner-link" target="_blank" href="https://www.raspberrypi.org/learn/?utm_source=coderdojo&amp;utm_medium=covid-banner&amp;utm_campaign=dmah">{{ $t('Digital Making at Home') }}</a>
1717
{{ $t('from the Raspberry Pi Foundation.') }}
1818
</p>
1919
</div>

0 commit comments

Comments
 (0)