summaryrefslogtreecommitdiffstats
path: root/docs/sgml/patches.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sgml/patches.sgml')
-rw-r--r--docs/sgml/patches.sgml3
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";
}