aboutsummaryrefslogtreecommitdiff
path: root/src/rdf.cc
diff options
context:
space:
mode:
authortradke <tradke@83718e91-0e4f-0410-abf4-91180603181f>2006-07-12 17:46:00 +0000
committertradke <tradke@83718e91-0e4f-0410-abf4-91180603181f>2006-07-12 17:46:00 +0000
commit9b1d479cefb78fd526219c7f028bc0d59e34bf78 (patch)
tree903d31d1b1e02893fdbcc14b4de923a79f2636c2 /src/rdf.cc
parent3c1776f389b3d67db4bfd57d6b6a09bdff3392c4 (diff)
Fix RDF/XML syntax when sending metadata updates.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@97 83718e91-0e4f-0410-abf4-91180603181f
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