diff options
Diffstat (limited to 'docs/sgml')
-rw-r--r-- | docs/sgml/patches.sgml | 3 |
1 files changed, 2 insertions, 1 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"; } |