Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdab1603

Browse files
committed
doc: Fix date in EPUB manifest
If there is no <date> element, the publication date for the EPUBmanifest is taken from the copyright year. But something like"1996-2013" is not a legal date specification. So the EPUB outputcurrently fails epubcheck.Put in a separate <date> element with the current year. Put it inlegal.sgml, because copyright.pl already instructs to update thatmanually, so it hopefully won't be missed.
1 parent7dfd5cd commitdab1603

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎doc/src/sgml/legal.sgml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<!-- doc/src/sgml/legal.sgml -->
22

3+
<date>2013</date>
4+
35
<copyright>
46
<year>1996-2013</year>
57
<holder>The PostgreSQL Global Development Group</holder>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp