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

gk pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/turbine-core.git


The following commit(s) were added to refs/heads/trunk by this push:
     new eade5a5  fix unescaped ampersand in xdoc
eade5a5 is described below

commit eade5a5fa3c1ee2afe8b351686af003dadd69c72
Author: Georg Kallidis <[email protected]>
AuthorDate: Tue Sep 21 11:20:50 2021 +0200

    fix unescaped ampersand in xdoc
---
 xdocs/index.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xdocs/index.xml b/xdocs/index.xml
index 27626a9..0503893 100644
--- a/xdocs/index.xml
+++ b/xdocs/index.xml
@@ -188,7 +188,7 @@ the current Turbine code.
     
     <li>
         You can find more about the <a 
href="https://gitbox.apache.org/repos/asf#turbine";>Turbine Ecosystem (rw) here
-       </a> ore on <a 
href="https://github.com/orgs/apache/repositories?language=&q=turbine&sort=&type=";
 target="_new">Github</a> </li>
+       </a> ore on <a 
href="https://github.com/orgs/apache/repositories?language=&amp;q=turbine&amp;sort=&amp;type=";
 target="_new">Github</a> </li>
 
  
 </ul>

Reply via email to