Skip to content

Commit f0aca66

Browse files
authored
IMG Tag Markup Style Update (#8471)
The markdown template for pull requests instructed users to use self-closing style HTML5 IMG tag (i.e. <img/>) for large images. With this change users will be instructed to use standard HTML5 IMG tag (i.e. <img>).
1 parent cdc3bf9 commit f0aca66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ git push --set-upstream origin update-give-link-2093
899899
<!-- Notes:
900900
- If there are no visual changes to the website, delete all of the script below and replace with "- No visual changes to the website"
901901
- If there are visual changes to the website, include the 'before' and 'after' screenshots below.
902-
- If your images are too big, use the <img src="" width="" length="" /> syntax instead of ![image](link) to format the images
902+
- If your images are too big, use the <img src="" width="" length=""> syntax instead of ![image](link) to format the images
903903
- If images are not loading properly, you might need to double check the syntax or add a newline after the closing </summary> tag
904904
-->
905905

0 commit comments

Comments
 (0)