summaryrefslogtreecommitdiffstats
path: root/docs/html/bzhacking.html
diff options
context:
space:
mode:
authorjake%acutex.net <>2001-10-16 04:18:00 +0200
committerjake%acutex.net <>2001-10-16 04:18:00 +0200
commit729242dbf8a8e224f2a1f5580fbd972bb18646f0 (patch)
treeb6d5de00376d52908db9838b20ff825f3695d705 /docs/html/bzhacking.html
parent02fc8c76dca81000971f91d442cfabb3dea7fda6 (diff)
downloadbugzilla-729242dbf8a8e224f2a1f5580fbd972bb18646f0.tar.gz
bugzilla-729242dbf8a8e224f2a1f5580fbd972bb18646f0.tar.xz
Recompiling docs to pick up last two changes
Diffstat (limited to 'docs/html/bzhacking.html')
-rw-r--r--docs/html/bzhacking.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/html/bzhacking.html b/docs/html/bzhacking.html
index 5bb15b44f..3d7d43884 100644
--- a/docs/html/bzhacking.html
+++ b/docs/html/bzhacking.html
@@ -121,7 +121,8 @@ to&nbsp;reformat&nbsp;the&nbsp;entire&nbsp;file&nbsp;:).<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;($var)&nbsp;{<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;print&nbsp;"The&nbsp;variable&nbsp;is&nbsp;true";<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;else&nbsp;{<br>
+&nbsp;&nbsp;&nbsp;&nbsp;}<br>
+&nbsp;&nbsp;&nbsp;&nbsp;else&nbsp;{<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;print&nbsp;"Try&nbsp;again";<br>
&nbsp;&nbsp;&nbsp;&nbsp;}<br>
<br>