We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216b60d commit d345901Copy full SHA for d345901
src/cards/new-log.js
@@ -21,7 +21,7 @@ const createCardBody = ({title, short_description}) => {
21
<svg data-testid="lang-items" x="25" width="400" height="40" viewBox="0 0 400 40">
22
<g transform="translate(0, 0)">
23
<text data-testid="lang-name" x="2" y="15" class="log-title">${title}</text>
24
- <text ata-testid="lang-description" x="2" y="35" class="log-description">${new String(short_description)}</text>
+ <text ata-testid="lang-description" x="2" y="35" class="log-description">${replaceAll(short_description, '<', '<')}</text>
25
</g>
26
</svg>
27
0 commit comments