sanjana2505006 opened a new pull request, #22:
URL: https://github.com/apache/grails-website/pull/22

   # Changes I made:
   - The website footer displayed the copyright range as © 2005-2025. Since we 
are now in 2026, this is technically outdated.
    I updated the text to © 2005-2026 in `index.html`,  `download.html` and 
`404.html`
   
   - The `<b>` tag is a "presentational" element. It tells the browser how it 
should look (bold), but not what it is. Screen readers often treat it as normal 
text. So I replaced these with `<strong>` tags.
   
   This PR fixes issue 21
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to