aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/doc/src/mod_esi.xml
diff options
context:
space:
mode:
authorBernard Duggan <[email protected]>2011-03-23 10:55:10 +1100
committerHenrik Nord <[email protected]>2011-04-01 14:49:51 +0200
commit30f3f25d7c358ee65444621335692162de24a94f (patch)
tree874938c9ed4e559170565233d3bac93a6103b989 /lib/inets/doc/src/mod_esi.xml
parentaa69482e98b02e99ff8c9dea6434daedf637aee9 (diff)
downloadotp-30f3f25d7c358ee65444621335692162de24a94f.tar.gz
otp-30f3f25d7c358ee65444621335692162de24a94f.tar.bz2
otp-30f3f25d7c358ee65444621335692162de24a94f.zip
Compile fixes for earlier documentation fixes
Fixed a couple of compilation errors. Also backed out a tiny change that had already been added by Tuncer Ayaz in his binary-part-typo branch.
Diffstat (limited to 'lib/inets/doc/src/mod_esi.xml')
-rw-r--r--lib/inets/doc/src/mod_esi.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/doc/src/mod_esi.xml b/lib/inets/doc/src/mod_esi.xml
index aa98a8e85c..e81308a502 100644
--- a/lib/inets/doc/src/mod_esi.xml
+++ b/lib/inets/doc/src/mod_esi.xml
@@ -106,7 +106,7 @@
<type>
<v>Env = [EnvironmentDirectives] ++ ParsedHeader</v>
<v>EnvironmentDirectives = {Key,Value}</v>
- <v>Key = query_string | content_length | server_software | gateway_interface | server_protocol | server_port | request_method | remote_addr | script_name.
+ <v>Key = query_string | content_length | server_software | gateway_interface | server_protocol | server_port | request_method | remote_addr | script_name.</v>
<v>Input = string()</v>
<v>Response = string()</v>
</type>