diff options
-rw-r--r-- | docs/sgml/patches.sgml | 3 | ||||
-rw-r--r-- | docs/xml/patches.xml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/sgml/patches.sgml b/docs/sgml/patches.sgml index 3f49255f2..f5a9ebdfa 100644 --- a/docs/sgml/patches.sgml +++ b/docs/sgml/patches.sgml @@ -296,7 +296,8 @@ to reformat the entire file :). if ($var) { print "The variable is true"; - } else { + } + else { print "Try again"; } diff --git a/docs/xml/patches.xml b/docs/xml/patches.xml index 3f49255f2..f5a9ebdfa 100644 --- a/docs/xml/patches.xml +++ b/docs/xml/patches.xml @@ -296,7 +296,8 @@ to reformat the entire file :). if ($var) { print "The variable is true"; - } else { + } + else { print "Try again"; } |