mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-29 13:07:50 +00:00
[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
This commit is contained in:
parent
4a88c75d4d
commit
77e3f8cf3f
@ -115,7 +115,7 @@ SEC_HEADER="""<?xml version="1.0" encoding="UTF-8"?>
|
|||||||
# This is output once for each message. The string contains substitution
|
# This is output once for each message. The string contains substitution
|
||||||
# tokens: $I is replaced by the message identification, $T by the message text,
|
# tokens: $I is replaced by the message identification, $T by the message text,
|
||||||
# and $D by the message description.
|
# and $D by the message description.
|
||||||
SEC_MESSAGE = """<varlistentry>
|
SEC_MESSAGE = """<varlistentry id="$I">
|
||||||
<term>$I, $T</term>
|
<term>$I, $T</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
$D
|
$D
|
||||||
|
Loading…
x
Reference in New Issue
Block a user