X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FXmlJsCode.php;h=1b90a1f20d7df1bbd71fc701632e7ac9511d1764;hp=35a06071a29a9dd1d4da203b65c6fa6493e8748d;hb=8de958444f1d36ecb95d3a53d96cc1404e95468e;hpb=1a81ba9bcb801de0be82fbd44332dada53800879 diff --git a/includes/XmlJsCode.php b/includes/XmlJsCode.php index 35a06071a2..1b90a1f20d 100644 --- a/includes/XmlJsCode.php +++ b/includes/XmlJsCode.php @@ -26,7 +26,7 @@ * @par Example: * @code * Xml::encodeJsVar( new XmlJsCode( 'a + b' ) ); - * @encode + * @endcode * * This returns "a + b". *