Skip to content

Commit c112daf

Browse files
committed
fixing Acrolinx issues
1 parent b2fb111 commit c112daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cdn/cdn-http-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The following table describes circumstances under which the specified text isn't
110110
| Condition | Description | Example |
111111
| --------- | ----------- | --------|
112112
| Escaping % symbol | The percentage symbol can be escaped through the use of a backslash. <br />The sample value to the right will be treated as a literal value and not as an HTTP variable.| \%{host} |
113-
| Unknown variables | An empty string is always returned for unknown variables. | %{unknownvariable} |
113+
| Unknown variables | An empty string is always returned for unknown variables. | %{unknown_variable} |
114114
| Invalid characters or syntax | Variables that contain invalid characters or syntax are treated as literal values. <br /><br />Example #1: The specified value contains an invalid character (for example, -). <br /><br />Example #2: The specified value contains a double set of curly braces. <br /><br />Example #3: The specified value is missing a closing curly brace.<br /> | Example #1: %{resp_user-agent} <br /><br />Example #2: %{{host}} <br /><br />Example #3: %{host |
115115
| Missing variable name | A NULL value is always returned when a variable is not specified. | %{} |
116116
| Trailing characters | Characters that trail a variable are treated as literal values. <br />The sample value to the right contains a trailing curly brace that will be treated as a literal value. | %{host}} |

0 commit comments

Comments
 (0)