From 130813b32042da76bafafc37ed3695fcdf02c871 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Wed, 29 Dec 2021 19:15:08 +1300 Subject: [PATCH] Escape a literal > in PHP.html --- Doc/Manual/Php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:

-If you only need to support SWIG >= 4.1.0, you can just use the +If you only need to support SWIG >= 4.1.0, you can just use the ($error != NULL) condition.