aboutsummaryrefslogtreecommitdiff
path: root/src/rdf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/rdf.cc')
-rw-r--r--src/rdf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rdf.cc b/src/rdf.cc
index 1f16a92..5db4a56 100644
--- a/src/rdf.cc
+++ b/src/rdf.cc
@@ -342,7 +342,7 @@ namespace Formaline
msgbuf
<< "<cctk:Simulation rdf:about=\"#" << jobID << "\">" << endl
-<< "\t<cctk:updatedInfo rdf:resource=\"#UpdateInfo/" << update_counter << "/\">" << endl
+<< "\t<cctk:updatedInfo rdf:resource=\"#UpdateInfo/" << update_counter << "\"/>" << endl
<< "</cctk:Simulation>" << endl << endl
<< "<cctk:UpdateInfo rdf:about=\"#UpdateInfo/" << update_counter << "\">" << endl
<< "\t<cctk:iteration>" << cctk_iteration << "</cctk:iteration>" << endl