diff xml/en/docs/njs/index.xml @ 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 32ba43abf9cd
children 1bec6f727a84
line wrap: on
line diff
--- 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>