# HG changeset patch # User Ruslan Ermilov # Date 1482438605 -10800 # Node ID 4687cbd3c933620539bac83411a963b84f60a3d3 # Parent 33f74203215587c63dd6402ef768bfa6b50291c0 SSI: corrected how "echo var" outputs undefined variables. diff -r 33f742032155 -r 4687cbd3c933 xml/en/docs/http/ngx_http_ssi_module.xml --- a/xml/en/docs/http/ngx_http_ssi_module.xml Tue Dec 20 18:44:33 2016 +0300 +++ b/xml/en/docs/http/ngx_http_ssi_module.xml Thu Dec 22 23:30:05 2016 +0300 @@ -10,7 +10,7 @@ + rev="8">
@@ -231,7 +231,7 @@ a non-standard parameter that sets a string to be output if a variable is undefined. -By default, “none” is output. +By default, “(none)” is output. The command <!--# echo var="name" default="no" --> diff -r 33f742032155 -r 4687cbd3c933 xml/ru/docs/http/ngx_http_ssi_module.xml --- a/xml/ru/docs/http/ngx_http_ssi_module.xml Tue Dec 20 18:44:33 2016 +0300 +++ b/xml/ru/docs/http/ngx_http_ssi_module.xml Thu Dec 22 23:30:05 2016 +0300 @@ -10,7 +10,7 @@ + rev="8">
@@ -234,7 +234,7 @@ нестандартный параметр, задающий строку, которая выводится, если переменная не определена. По умолчанию выводится строка -“none”. +“(none)”. Команда <!--# echo var="name" default="нет" -->