EDM/commit

Small layout issue

authorJan Wielemaker
Thu Dec 9 16:32:11 2010 +0100
committerJan Wielemaker
Thu Dec 9 16:32:11 2010 +0100
commit6b0654cb7b71e8961b2e326966b9620aa3237125
tree2ae0c8cf73725ad383b2e57fcaa34dcaed50f1bf
parent9a77e3e311ee0ccb9235eaefead7a52c7a64000e
Diff style: patch stat
diff --git a/components/edm/components.pl b/components/edm/components.pl
index 5444a83..61e7ed0 100644
--- a/components/edm/components.pl
+++ b/components/edm/components.pl
@@ -100,9 +100,9 @@ edm_proxy_view(URI, _Options) -->
 		       [ \values(span, URI, dcterms:rights),
 			 \values(span, URI, dcterms:identifier)
 		       ]),
+		   br(clear(all)),
 		   h2('Related objects'),
 		   \context_graph(URI, [style(edm(user))]),
-		   br(clear(all)),
 		   div(class(fullview), a(href(FullHREF), 'Full view'))
 		 ])).