Properly escape backslash in jinja codebox
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 10 May 2021 14:32:37 +0000 (16:32 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 10 May 2021 14:32:37 +0000 (16:32 +0200)
docs/php/exceptions.md

index ac7b58a2d5b05d4322d8f4c3d1ff58b67016ecb0..7c2323f8d39b0a23774cce38f6fbb4b1053a1968 100644 (file)
@@ -43,7 +43,7 @@ Example:
     contents="""
 <?php
 
-namespace wcf\data\user;
+namespace wcf\\data\\user;
 
 // …