summaryrefslogtreecommitdiffstats
path: root/docs/xml/patches.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/xml/patches.xml')
-rw-r--r--docs/xml/patches.xml3
1 files changed, 2 insertions, 1 deletions
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";
}