diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/site/index.mkd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/site/index.mkd b/src/site/index.mkd index 73c24bb..85d51b7 100644 --- a/src/site/index.mkd +++ b/src/site/index.mkd @@ -109,7 +109,7 @@ Support for others is possible and may only require creating a simple "dialect" As of 2.0.0 iciql is now distributed through Maven Central and it's coordinates have changed slightly.
-```xml
+---XML---
<dependencies>
<dependency>
<groupId>com.gitblit.iciql</groupId>
@@ -117,7 +117,7 @@ As of 2.0.0 iciql is now distributed through Maven Central and it's coordinates <version>2.0.0/version>
</dependency>
</dependencies>
-```
+---XML---
### Java Runtime Requirement
|