# HG changeset patch # User Nick Shadrin # Date 1539816136 25200 # Node ID 8cef5ef9833635f6e1b458cc34454cd615ff588d # Parent b2a3857abaf6c95c931464e43faa8af0ec16303c Changed quotes to ASCII in NJS example. diff -r b2a3857abaf6 -r 8cef5ef98336 xml/en/docs/njs/examples.xml --- 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 @@
+ rev="3">
@@ -39,7 +39,7 @@ hello_world.js: function hello(r) { - r.return(200, “Hello world!”); + r.return(200, "Hello world!"); } diff -r b2a3857abaf6 -r 8cef5ef98336 xml/en/docs/njs/index.xml --- 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 @@