You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by en...@apache.org on 2011/11/08 11:52:55 UTC

svn commit: r1199179 - /incubator/stanbol/site/trunk/content/stanbol/docs/trunk/reasoners.mdtext

Author: enridaga
Date: Tue Nov  8 10:52:54 2011
New Revision: 1199179

URL: http://svn.apache.org/viewvc?rev=1199179&view=rev
Log:
Fixed a wrong header within a pre block (STANBOL-373).

Modified:
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/reasoners.mdtext

Modified: incubator/stanbol/site/trunk/content/stanbol/docs/trunk/reasoners.mdtext
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/reasoners.mdtext?rev=1199179&r1=1199178&r2=1199179&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/docs/trunk/reasoners.mdtext (original)
+++ incubator/stanbol/site/trunk/content/stanbol/docs/trunk/reasoners.mdtext Tue Nov  8 10:52:54 2011
@@ -102,9 +102,7 @@ The following snippet will work with <tt
 &lt;ex:Developer rdf:about="#ogrisel" /&gt;
 &lt;ex:Developer rdf:about="#alexdma" /&gt;
 
-&lt;!-- We know:
-#alexdma #workedTogheter #enridaga and #ogrisel
---&gt;
+&lt;!-- We know: #alexdma #workedTogheter #enridaga and #ogrisel --&gt;
 &lt;rdf:Description rdf:about="#alexdma"&gt;
 &lt;workedTogheter rdf:resource="#ogrisel"/&gt;
 &lt;workedTogheter rdf:resource="#enridaga"/&gt;