aboutsummaryrefslogtreecommitdiffstats
path: root/dtds
diff options
context:
space:
mode:
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-20 09:26:00 +0000
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-20 09:26:00 +0000
commitb1df071285f0cee528c387feb1ad38a7788f1274 (patch)
treeb7b548ff7cf482ab948e2e1839f6223006a1bffd /dtds
parenta250d1146f3ba99599469478bed5bb8aa75c67bf (diff)
Trivial: line up attributes
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25325 f5534014-38df-0310-8fa8-9805f1628bb7
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>