You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2012/11/27 11:38:08 UTC

svn commit: r1414117 - /jena/site/trunk/content/documentation/query/property_paths.mdtext

Author: andy
Date: Tue Nov 27 10:38:07 2012
New Revision: 1414117

URL: http://svn.apache.org/viewvc?rev=1414117&view=rev
Log:
Fix vbar syntax.

Modified:
    jena/site/trunk/content/documentation/query/property_paths.mdtext

Modified: jena/site/trunk/content/documentation/query/property_paths.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/query/property_paths.mdtext?rev=1414117&r1=1414116&r2=1414117&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/query/property_paths.mdtext (original)
+++ jena/site/trunk/content/documentation/query/property_paths.mdtext Tue Nov 27 10:38:07 2012
@@ -19,7 +19,7 @@ pattern, then this duplication is preser
 
 Path example | Meaning
 ------------ | -------
-`dc:title` | `rdfs:label` | Dublin Core title or an RDFS label.
+<tt>dc:title &#x7C rdfs:label</tt> | Dublin Core title or an RDFS label.
 `foaf:knows/foaf:name` | Name of people one "knows" steps away.
 `foaf:knows/foaf:knows/foaf:name` | Name of people two "knows" steps away.