Skip to content

Commit 53ef78e

Browse files
committed
[bugfix] Correct the year, to address PR review from @joewiz
1 parent 77e516b commit 53ef78e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/xar-resources/data/urlrewrite/urlrewrite.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml-model href="http://docbook.org/xml/5.0/rng/docbook.rng" schematypens="http://relaxng.org/ns/structure/1.0"?><?xml-model href="http://docbook.org/xml/5.0/rng/docbook.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?><article xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
22
<info>
33
<title>URL Rewriting</title>
4-
<date>2022-02</date>
4+
<date>1Q23</date>
55
<keywordset>
66
<keyword>application-development</keyword>
77
</keywordset>
@@ -724,4 +724,4 @@ declare variable $exist:root external;</programlisting>
724724
</sect2>
725725
</sect1>
726726
<!-- ================================================================== -->
727-
</article>
727+
</article>

0 commit comments

Comments
 (0)