Fix markup
Is this modification correct?
<simpara> generates and HTML <p> tag whereas <para> generates a complex div. So no this change is not correct nor relevant.
Structurally, this looks like two paragraphs of text. But the actual display on the page is a piece of text. Is this normal?
https://www.php.net/manual/en/outcontrol.configuration.php#ini.implicit-flush
url_rewriter.tagsspecifies which HTML tags are rewritten by output_add_rewrite_var() values. Defaults toa=href,area=href,frame=src,input=src,form=formis special tag.<input hidden="session_id" name="session_name">is added as form variable.
Indeed, there is something wrong with the rendering. Possibly only something that would need to be fixed in PhD, but maybe it's something we should fix in the docs. Reopening, to not forget about it.