This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * \brief Converts a styled text array to XHTML. | |
| * | |
| * \param pStyledTextA The array to convert. | |
| * | |
| * \return XHTML | |
| */ | |
| function ConvertStyledTextToXHTML pStyledTextA | |
| local theXHTML, theRun, theString | |
| local theListKey |