-
-
Notifications
You must be signed in to change notification settings - Fork 782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Img Tag Refactor #4401 #4569
Img Tag Refactor #4401 #4569
Conversation
Want to review this pull request? Take a look at this documentation for a step by step guide! From your project repository, check out a new branch and test the changes.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Availability: M-F 10 AM - 3PM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @graycodesnu, code changes look good and clean. But, while checking website on my local machine, the donate page is the older version and looks different from the published website. May be there is an issue with the branch you are working on.
Hi @Thinking-Panda, can you provide more detail in terms of the changes you see and what adjustments need to be made on my end? |
@graycodesnu , looks like you have followed the necessary steps before submitting a pull request. I also understand that you did not work on the donate page. I still see the older version of the donate page on my local machine. Did you try pulling from upstream again? |
@agosmou, you've already approved this request, but are you seeing the same issues @Thinking-Panda is? I understand version control differently and don't think this will be an issue, but if I need to take time to brush up, I'd rather have a second set of eyes. |
@Thinking-Panda - you may be seeing the page before the cache was emptied and reloaded/the page was rebuilt in Docker. The file he changed doesn't affect the Donate page. |
Fixes #4401
What changes did you make and why did you make them ?
-Changed an img HTML tag ending with a slash (<img.../>) to an img tag without an ending slash (<img...>) so that the codebase is consistent with how we use img HTML tags.
Screenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes)
No visual changes.