Improve presentation of rule 'blocks'
authorAndy Seaborne <andy.seaborne@apache.org>
Sun, 01 Sep 2013 14:57:47 +0100
changeset 1050 2e1337bac0a0
parent 1049 f53c3a33a448
child 1051 b64a69d83369
Improve presentation of rule 'blocks'
trig/trig-bnf.html
--- a/trig/trig-bnf.html	Sun Sep 01 14:42:35 2013 +0100
+++ b/trig/trig-bnf.html	Sun Sep 01 14:57:47 2013 +0100
@@ -10,7 +10,7 @@
     <td>[2g]</td>
     <td><code>block</code></td>
     <td>::=</td>
-    <td><a href='#grammar-production-triplesOrGraph'>triplesOrGraph</a> <code>| </code> <a href='#grammar-production-wrappedGraph'>wrappedGraph</a> <code>| </code> <a href='#grammar-production-triples2'>triples2</a> <code>| </code> "<code class='grammar-literal'>GRAPH</code>" (<a href='#grammar-production-iri'>iri</a> <code>| </code> <a href='#grammar-production-BlankNode'>BlankNode</a>) <a href='#grammar-production-wrappedGraph'>wrappedGraph</a></td>
+    <td><a href='#grammar-production-triplesOrGraph'>triplesOrGraph</a> <code>|<br/> </code> <a href='#grammar-production-wrappedGraph'>wrappedGraph</a> <code>|<br/> </code> <a href='#grammar-production-triples2'>triples2</a> <code>|<br/> </code> "<code class='grammar-literal'>GRAPH</code>" (<a href='#grammar-production-iri'>iri</a> <code>| </code> <a href='#grammar-production-BlankNode'>BlankNode</a>) <a href='#grammar-production-wrappedGraph'>wrappedGraph</a></td>
 </tr>
             <tr id="grammar-production-triplesOrGraph" data-grammar-original="[3g] triplesOrGraph   ::=( iri | BlankNode ) ( wrappedGraph | predicateObjectList &#x27;.&#x27; )" data-grammar-expression="(&#x27;,&#x27;, [(&#x27;|&#x27;, [(&#x27;id&#x27;, &#x27;iri&#x27;), (&#x27;id&#x27;, &#x27;BlankNode&#x27;)]), (&#x27;|&#x27;, [(&#x27;id&#x27;, &#x27;wrappedGraph&#x27;), (&#x27;,&#x27;, [(&#x27;id&#x27;, &#x27;predicateObjectList&#x27;), (&quot;&#x27;&quot;, &#x27;.&#x27;)])])])" >
     <td>[3g]</td>