diff en/examples/run-example @ 668:60ee738fdc0e

Fix quoting of entity declarations.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 09 Mar 2009 23:32:15 -0700
parents 27043f385f3f
children 80928ea6e7ae
line wrap: on
line diff
--- a/en/examples/run-example	Mon Mar 09 23:22:57 2009 -0700
+++ b/en/examples/run-example	Mon Mar 09 23:32:15 2009 -0700
@@ -244,7 +244,7 @@
                                 ofp_basename = '%s.%s' % (self.name, out)
                                 norm = os.path.normpath(ofp_basename)
                                 example.entities[
-                                    '<!ENTITY "interaction.%s" '
+                                    '<!ENTITY interaction.%s '
                                     'SYSTEM "results/%s.out">'
                                     % (norm, norm)] = 1
                                 read_hint = ofp_basename + ' '