From 77e3f8cf3f3fe79c7dd5f92f30d70c47b515f4cd Mon Sep 17 00:00:00 2001 From: "Jeremy C. Reed" Date: Fri, 24 Jun 2011 11:24:59 -0500 Subject: [PATCH] [trac1012] add "id" to the xml varlistentry which results in HTML anchor stephen suggested in jabber stephen okayed in jabber example: http://bind10.isc.org/docs/bind10-messages.html#DATASRC_QUERY_REF_FAIL --- tools/system_messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/system_messages.py b/tools/system_messages.py index cf9bfbac31..e09200a8e5 100644 --- a/tools/system_messages.py +++ b/tools/system_messages.py @@ -115,7 +115,7 @@ SEC_HEADER=""" # This is output once for each message. The string contains substitution # tokens: $I is replaced by the message identification, $T by the message text, # and $D by the message description. -SEC_MESSAGE = """ +SEC_MESSAGE = """ $I, $T $D