We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31fd648 commit 6e48064Copy full SHA for 6e48064
src/site/site.xml
@@ -19,10 +19,10 @@
19
<site name="${project.name}" xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
21
22
- <bannerRight>
23
- <src>http://mybatis.github.com/images/mybatis-logo.png</src>
24
- <href>https://mybatis.github.io/mybatis-freemarker/</href>
25
- </bannerRight>
+ <bannerRight href="https://mybatis.github.io/mybatis-freemarker/">
+ <image src="http://mybatis.github.com/images/mybatis-logo.png" />
+ </bannerRight>
+
26
<body>
27
<menu name="Documentation">
28
<item name="Getting started" href="index.html"/>
0 commit comments