diff xml/ru/docs/http/ngx_http_ssi_module.xml @ 1875:4687cbd3c933

SSI: corrected how "echo var" outputs undefined variables.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 22 Dec 2016 23:30:05 +0300
parents 9264fdb6c833
children 0b3103eabdf1
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_ssi_module.xml
+++ b/xml/ru/docs/http/ngx_http_ssi_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_ssi_module"
         link="/ru/docs/http/ngx_http_ssi_module.html"
         lang="ru"
-        rev="7">
+        rev="8">
 
 <section id="summary">
 
@@ -234,7 +234,7 @@ location / {
 нестандартный параметр, задающий строку, которая выводится,
 если переменная не определена.
 По умолчанию выводится строка
-“<literal>none</literal>”.
+“<literal>(none)</literal>”.
 Команда
 <example>
 &lt;!--# echo var="name" default="<emphasis>нет</emphasis>" --&gt;