Author: hcorg
Date: Sat Oct 10 16:26:22 2015
New Revision: 1707895
URL: http://svn.apache.org/viewvc?rev=1707895&view=rev
Log:
Another not needed endl removed
Modified:
thrift/cms-site/trunk/content/download.md
Modified: thrift/cms-site/trunk/content/download.md
URL:
http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/download.md?rev=1707895&r1=1707894&r2=1707895&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/download.md (original)
+++ thrift/cms-site/trunk/content/download.md Sat Oct 10 16:26:22 2015
@@ -9,8 +9,7 @@ The latest stable release of Thrift is {
* [Thrift compiler for Windows (thrift-{{ conf.current_release }}.exe)]({{
conf.mirror_url }}/thrift/{{ conf.current_release }}/thrift-{{
conf.current_release }}.exe) \[[PGP]({{ conf.release_url }}/{{
conf.current_release }}/thrift-{{ conf.current_release }}.exe.asc)\] \[[MD5]({{
conf.release_url }}/{{ conf.current_release }}/thrift-{{ conf.current_release
}}.exe.md5)\]
## Maven artifact
-<pre><code>
-<dependency>
+<pre><code><dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
<version>{{ conf.current_release }}</version>