From dfa19460a1f1a27431ed5a4a86ebe0334ece15cf Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Fri, 23 Apr 2010 01:46:56 -0700 Subject: [PATCH] Fix some example validity issues. --- examples/boss/template.xml | 8 -------- examples/popcorn/towards.xml | 21 +++++++++++---------- 2 files changed, 11 insertions(+), 18 deletions(-) delete mode 100644 examples/boss/template.xml diff --git a/examples/boss/template.xml b/examples/boss/template.xml deleted file mode 100644 index 7065d9b..0000000 --- a/examples/boss/template.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - diff --git a/examples/popcorn/towards.xml b/examples/popcorn/towards.xml index 1db6dd2..58ad5fb 100644 --- a/examples/popcorn/towards.xml +++ b/examples/popcorn/towards.xml @@ -1,16 +1,17 @@ - + - $rand > 0.7 - red - - $rand > 0.5 - blue - green - - - + $rand > 0.7 + red + + $rand > 0.5 + blue + green + + + -- 2.20.1