summaryrefslogtreecommitdiff
path: root/dtds
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2008-05-20 09:26:00 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2008-05-20 09:26:00 +0000
commitdc4e06990301084fd5c21bbc6063c4647bb6ba4a (patch)
treeb7b548ff7cf482ab948e2e1839f6223006a1bffd /dtds
parent6492c8e5d0795239c646db79cacf9ca3c0ae12b7 (diff)
downloadwireshark-dc4e06990301084fd5c21bbc6063c4647bb6ba4a.tar.gz
Trivial: line up attributes
svn path=/trunk/; revision=25325
Diffstat (limited to 'dtds')
-rw-r--r--dtds/watcherinfo.dtd4
1 files changed, 2 insertions, 2 deletions
diff --git a/dtds/watcherinfo.dtd b/dtds/watcherinfo.dtd
index ef407954b0..38f8282b2f 100644
--- a/dtds/watcherinfo.dtd
+++ b/dtds/watcherinfo.dtd
@@ -3,7 +3,7 @@
description="watcherinfo XML doc (RFC 3858)"
hierarchy="yes" ?>
<!--
-$Id:$
+$Id$
-->
@@ -19,7 +19,7 @@ $Id:$
<!ELEMENT watcher (#PCDATA)>
<!ATTLIST watcher display-name CDATA #IMPLIED
status CDATA #REQUIRED
- event CDATA #REQUIRED
+ event CDATA #REQUIRED
expiration CDATA #IMPLIED
id CDATA #REQUIRED
duration-subscribed CDATA #IMPLIED>