Skip to content

Commit 1a024bd

Browse files
DOC-5131 fixed missing quotes in <img> elements
1 parent a747b45 commit 1a024bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

layouts/shortcodes/dev-features.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
<tr>
33
<th>
44
<a href='{{ relref . "/develop/get-started" }}'>
5-
<img src={{ relURL "images/icon_logo/icon-developers-32-midnight.png" }}/>
5+
<img src='{{ relURL "images/icon_logo/icon-developers-32-midnight.png" }}'/>
66
<strong>Quick start</strong>
77
</a>
88
</th>
99
<th>
1010
<a href='{{ relref . "/develop/data-types" }}'>
11-
<img src={{ relURL "images/icon_logo/icon-data-structures-32-midnight.png" }}/>
11+
<img src='{{ relURL "images/icon_logo/icon-data-structures-32-midnight.png" }}'/>
1212
<strong>Data types</strong>
1313
</a>
1414
</th>
1515
<th>
1616
<a href='{{ relref . "/develop/interact/search-and-query" }}'>
17-
<img src={{ relURL "images/icon_logo/icon-text-search-32-midnight.png" }}/>
17+
<img src='{{ relURL "images/icon_logo/icon-text-search-32-midnight.png" }}'/>
1818
<strong>Query engine</strong>
1919
</a>
2020
</th>

0 commit comments

Comments
 (0)