Add a note that the quoteattr() function is useful for HTML and SGML

attributes as well.
This commit is contained in:
Fred Drake 2001-08-10 22:14:17 +00:00
parent b857ba261f
commit 1cf0f1751f
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ either in direct use, or as base classes.
<element attr="ab ' cd &quot; ef">
\end{verbatim}
This function is useful when generating attribute values for HTML or
any SGML using the reference concrete syntax.
\versionadded{2.2}
\end{funcdesc}