You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by jl...@apache.org on 2012/12/14 09:15:12 UTC

svn commit: r1421716 - /openwebbeans/cms-site/trunk/content/community.mdtext

Author: jlmonteiro
Date: Fri Dec 14 08:15:11 2012
New Revision: 1421716

URL: http://svn.apache.org/viewvc?rev=1421716&view=rev
Log:
Changing code snippet rendering

Modified:
    openwebbeans/cms-site/trunk/content/community.mdtext

Modified: openwebbeans/cms-site/trunk/content/community.mdtext
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/community.mdtext?rev=1421716&r1=1421715&r2=1421716&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/community.mdtext (original)
+++ openwebbeans/cms-site/trunk/content/community.mdtext Fri Dec 14 08:15:11 2012
@@ -48,7 +48,9 @@ and send it to secretary at apache dot o
 
 If you would like to submit a patch through Jira, just attach your patch to a created JIRA issue (123 is only a sample bug number)
 
-> svn diff > OWB-123.patch
+<pre>
+svn diff > OWB-123.patch
+</pre>
 
 ## Committers
 
@@ -119,8 +121,10 @@ or just follow our twitter account ([@Ow
 Usually discussions happen on the mailing list. Some informal discussions take place
 in our IRC-Channel [irc://irc.freenode.net/openwebbeans](irc://irc.freenode.net/openwebbeans)
 
-    //with the irssi command-line client:
-    $ irssi
-
-    > /connect irc.freenode.net
-    > /join #openwebbeans
+<pre>
+//with the irssi command-line client:
+$ irssi
+
+> /connect irc.freenode.net
+> /join #openwebbeans
+</pre>
\ No newline at end of file