This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git

commit 015abb193ecd16217ab430359ab441c6c800071d
Author: Mattias Reichel <[email protected]>
AuthorDate: Wed Oct 29 09:57:39 2025 +0100

    fix encoding issue
---
 site/src/site/sitemap-user.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site/src/site/sitemap-user.groovy 
b/site/src/site/sitemap-user.groovy
index 698f5b8..80f5290 100644
--- a/site/src/site/sitemap-user.groovy
+++ b/site/src/site/sitemap-user.groovy
@@ -230,7 +230,7 @@ allEvents {
 
 books {
     book('Groovy in Action, Second Edition') {
-        authors "Dierk König, Paul King, Guillaume Laforge, Hamlet D'Arcy, 
Cédric Champeau, Erik Pragt, and Jon Skeet"
+        authors "Dierk K&ouml;nig, Paul King, Guillaume Laforge, Hamlet 
D'Arcy, C&eacute;dric Champeau, Erik Pragt, and Jon Skeet"
         cover 'img/books/regina.png'
         url 'http://www.manning.com/koenig2/'
         description 'The undisputed definitive reference on the Groovy 
programming language, authored by core members of the development team.'
@@ -375,7 +375,7 @@ usergroups {
 
 videos {
     video('The Groovy ecosystem revisited') {
-        speaker 'Andrés Almiray'
+        speaker 'Andr&eacute;s Almiray'
         summary '''
             <p>Groovy is a well established player in the JVM since a few 
years ago.
             Its increased popularity across the years has spawned several 
projects that conform the Groovy Ecosystem.

Reply via email to