Editing version 1 of page APIs_QuoteHTML (this is the most recent revision)
Note: This page is defined as a special page, and as such its final state may be different from what you see here.
Use template:   
None 
API_Template 
DevTrack_Template 
Version_Template 
  
==Subroutine Name
**QuoteHTML**
==Explanation and Usage
This subroutine will take in text, and return it with angled brackets and ampersands replaced by their HTML equivalent (>, <, &)
==Syntax
**`QuoteHTML(Text)`**
==Options
**Text** - The text you want to sanitize.
==Examples
These are actual examples from the Aneuch source code:
**`$next = QuoteHTML($next);`**\\This call insures that the above mentioned elements are escaped in the text found in the variable //$next//.
 
Summary:  
User name:  
Upload a file 
By contributing to this wiki, you acknowledge that you waive your right to claim copyright of your individual contributions. The text of this site is uncopyrighted  and released to the public domain.
Show markup help Styling **bold **, //italic //, __underline __, --strikethrough--, `teletype ` Headers = Level 1 =, == Level 2 ==, === Level 3 ===, ==== Level 4 ====, ===== Level 5 ===== (ending ='s optional) Lists * Unordered List, # Ordered List, ** Level 2 unordered, ### Level 3 ordered (up to 5 levels, NO SPACES IN FRONT) Links [[Page]], [[Page|description]], [[http://link]], [[http://link|description]] Images {{image.jpg}}, {{right:image.jpg}} (right aligned), [[link|{{image.jpg}}]] (image linked to link), {{image.jpg|alt text}} Extras ---- (horizonal rule), ~~~~ (signature)