changeset 2257:8cef5ef98336

Changed quotes to ASCII in NJS example.
author Nick Shadrin <nick@nginx.com>
date Wed, 17 Oct 2018 15:42:16 -0700
parents b2a3857abaf6
children 2c8c10f00518
files xml/en/docs/njs/examples.xml xml/en/docs/njs/index.xml xml/ru/docs/njs/examples.xml xml/ru/docs/njs/index.xml
diffstat 4 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/njs/examples.xml	Tue Oct 16 14:23:10 2018 +0000
+++ b/xml/en/docs/njs/examples.xml	Wed Oct 17 15:42:16 2018 -0700
@@ -9,7 +9,7 @@
 <article name="Examples"
         link="/en/docs/njs/examples.html"
         lang="en"
-        rev="2">
+        rev="3">
 
 <section id="helloword" name="Hello World">
 
@@ -39,7 +39,7 @@
 <literal>hello_world.js</literal>:
 <example>
 function hello(r) {
-    r.return(200, “Hello world!”);
+    r.return(200, "Hello world!");
 }
 </example>
 </para>
--- a/xml/en/docs/njs/index.xml	Tue Oct 16 14:23:10 2018 +0000
+++ b/xml/en/docs/njs/index.xml	Wed Oct 17 15:42:16 2018 -0700
@@ -9,7 +9,7 @@
 <article name="njs scripting language"
         link="/en/docs/njs/index.html"
         lang="en"
-        rev="25"
+        rev="26"
         toc="no">
 
 <section id="links">
@@ -125,7 +125,7 @@
 for the list of njs properties and methods.
 <example>
 function hello(r) {
-    r.return(200, “Hello world!”);
+    r.return(200, "Hello world!");
 }
 </example>
 </para>
--- a/xml/ru/docs/njs/examples.xml	Tue Oct 16 14:23:10 2018 +0000
+++ b/xml/ru/docs/njs/examples.xml	Wed Oct 17 15:42:16 2018 -0700
@@ -9,7 +9,7 @@
 <article name="Примеры использования"
         link="/ru/docs/njs/examples.html"
         lang="ru"
-        rev="2">
+        rev="3">
 
 <section id="helloword" name="Hello World">
 
@@ -39,7 +39,7 @@
 <literal>hello_world.js</literal>:
 <example>
 function hello(r) {
-    r.return(200, “Hello world!”);
+    r.return(200, "Hello world!");
 }
 </example>
 </para>
--- a/xml/ru/docs/njs/index.xml	Tue Oct 16 14:23:10 2018 +0000
+++ b/xml/ru/docs/njs/index.xml	Wed Oct 17 15:42:16 2018 -0700
@@ -9,7 +9,7 @@
 <article name="Сценарный язык njs"
         link="/ru/docs/njs/index.html"
         lang="ru"
-        rev="25"
+        rev="26"
         toc="no">
 
 <section id="links">
@@ -126,7 +126,7 @@
 см. в <link doc="reference.xml">справочнике</link>.
 <example>
 function hello(r) {
-    r.return(200, “Hello world!”);
+    r.return(200, "Hello world!");
 }
 </example>
 </para>