From 93f3cd287e8d7ab72d14b2cfb21100ad3d07b14d Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 19 Jun 2012 00:44:41 +0200 Subject: Refine FOAF data some more. --- src/mulk/benki/id.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mulk/benki/id.clj b/src/mulk/benki/id.clj index 766a08f..4265945 100644 --- a/src/mulk/benki/id.clj +++ b/src/mulk/benki/id.clj @@ -86,7 +86,7 @@ (defn show-profile-page [uid] (with-dbt (layout profile-page "A Profile Page" - [:div {:typeof "foaf:Person"} + [:div {:about "" :typeof "foaf:Person"} [:div {:property "foaf:name"} (:first_name (find-user uid)) " " (:last_name (find-user uid))] [:div {:style "display: none"} -- cgit v1.2.3