change text

This commit is contained in:
quenousimporte 2024-05-30 09:11:24 +02:00
parent 4de8dd9104
commit 42fca272af
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@
?>
<form method="post">
<p>Go to <a href="https://journal.lemonde.fr" target="_blank">https://journal.lemonde.fr</a> and hit f12 to get GetPublicationContentItems json url.</p>
<p>Go to <a href="https://journal.lemonde.fr" target="_blank">https://journal.lemonde.fr</a>, hit f12, open edition, and get GetPublicationContentItems json url.</p>
Json url: <input name="url" value="<?php echo $url; ?>"><br>
Date: <input name="date" value="<?php echo $coverdate ? $coverdate : (new DateTime('tomorrow'))->format('Ymd'); /* or today if before 1pm */?>"><br>
<input type="submit">