doc-en icon indicating copy to clipboard operation
doc-en copied to clipboard

Fix markup

Open mowangjuanzi opened this issue 3 years ago • 3 comments

Is this modification correct?

mowangjuanzi avatar Oct 19 '22 15:10 mowangjuanzi

<simpara> generates and HTML <p> tag whereas <para> generates a complex div. So no this change is not correct nor relevant.

Girgias avatar Oct 19 '22 15:10 Girgias

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.tags specifies which HTML tags are rewritten by output_add_rewrite_var() values. Defaults to a=href,area=href,frame=src,input=src,form= form is special tag. <input hidden="session_id" name="session_name"> is added as form variable.

mowangjuanzi avatar Oct 19 '22 15:10 mowangjuanzi

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.

cmb69 avatar Oct 19 '22 17:10 cmb69