/**      * This method takes a string which may contain HTML tags (ie, <b>,      * <table>, etc) and converts the '<'' and '>' characters to      * their HTML escape sequences.      *      * @param input the text to be converted.      * @return the input string with the characters '<' and '>' replaced< |