From 1ad998c0d64da6eb5347264d66358bc0eff404b9 Mon Sep 17 00:00:00 2001
From: Andrew Johnson
Date: Fri, 17 Nov 2006 20:26:56 +0000
Subject: [PATCH] Oops.
---
documentation/RELEASE_NOTES.html | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html
index 8645cd0b9..44da774bd 100644
--- a/documentation/RELEASE_NOTES.html
+++ b/documentation/RELEASE_NOTES.html
@@ -16,11 +16,12 @@
dbLoadTemplate
The parser for the substitutions file accepted by dbLoadTemplate() has been
-revised, and is much stricter than it used to be — unmatched characters
-that were accepted and discarded without warning before will now cause an error.
-The quote characters around a string value must now match, although both single
-and double quoted strings are acceptable. Escaped characters inside a quoted
-string should pass safely through to the underlying dbLoadRecord() command.
+revised, and is now stricter than it used to be — unmatched characters
+that were accepted and discarded without warning before will now generate
+errors. The quote characters at the two ends of a quoted string value must now
+match, although either single or double quotes can be used. Escaped characters
+inside a quoted string should pass safely through to the underlying
+dbLoadRecord() command.
Escaped characters in record fields