From: Alan T. DeKok Date: Thu, 6 Mar 2025 17:25:14 +0000 (-0500) Subject: remove '&' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87f2bc33e5090ad11613eddd46443c1bf1129651;p=thirdparty%2Ffreeradius-server.git remove '&' --- diff --git a/raddb/mods-available/rest b/raddb/mods-available/rest index 1f8fd66b20..1c2762a115 100644 --- a/raddb/mods-available/rest +++ b/raddb/mods-available/rest @@ -255,7 +255,7 @@ rest { # |=== # | Option | Description # | `header` | Where to write out HTTP headers included in the response. - # Must resolve to a leaf attribute i.e. &reply.REST-HTTP-Header. + # Must resolve to a leaf attribute i.e. `reply.REST-HTTP-Header`. # If unspecified, headers will be discarded. # Values will be in the format '
: '. # | `force_to` | Force the response to be decoded with this decoder.