Skip to content

Commit

Permalink
XEP-0485: Fix external entity declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
guusdk committed Aug 29, 2024
1 parent 20cf09e commit 3ed254b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xep-0485.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE xep SYSTEM 'xep.dtd' [
<!ENTITY % ents SYSTEM '../xep.ent'>
%ents;
]>
<!ENTITY % ents SYSTEM "xep.ent">
%ents;
]>
<?xml-stylesheet type='text/xsl' href='xep.xsl'?>
<xep xmlns="">
<header>
Expand Down

0 comments on commit 3ed254b

Please sign in to comment.