summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2021-12-29 19:15:08 +1300
committerOlly Betts <olly@survex.com>2021-12-29 19:15:08 +1300
commit130813b32042da76bafafc37ed3695fcdf02c871 (patch)
tree0db5ed16bfe685a4da955f96ed834f2e5155b524
parent9e95f7f996c616a931253c0ab795f00feb499f0a (diff)
downloadswig-130813b32042da76bafafc37ed3695fcdf02c871.tar.gz
Escape a literal > in PHP.html
-rw-r--r--Doc/Manual/Php.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Manual/Php.html b/Doc/Manual/Php.html
index 7c970d169..8f8ab39c4 100644
--- a/Doc/Manual/Php.html
+++ b/Doc/Manual/Php.html
@@ -1162,7 +1162,7 @@ should suffice in most cases:
</div>
<p>
-If you only need to support SWIG >= 4.1.0, you can just use the
+If you only need to support SWIG &gt;= 4.1.0, you can just use the
<tt>($error != NULL)</tt> condition.
</p>