File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ require("./header.inc.phtml");
5757 <section>
5858 <label for="title">Title:</label><br/>
5959 <input type="text" name="title" id="title" tabindex="1" required
60- value="<?php echo
60+ autofocus="autofocus" value="<?php echo
6161 htmlspecialchars ($ this ->getContext ()->title , ENT_HTML5 , "UTF-8 " );
6262 ?> "/>
6363 </section>
Original file line number Diff line number Diff line change @@ -86,6 +86,9 @@ require("./header.inc.phtml");
8686 htmlspecialchars ($ this ->getContext ()->content , ENT_HTML5 , "UTF-8 " );
8787 ?> </textarea>
8888 </section>
89+ <section>
90+ <p>* Some RSS feed readers such as Feedly do not automatically update, your updated content may not be reflected everywhere.</p>
91+ </section>
8992 <section>
9093 <input type="submit" name="publish" value="Publish" tabindex="5"/>
9194 <input type="submit" name="save" value="Unpublish" tabindex="6"/>
You can’t perform that action at this time.
0 commit comments