%page args="artist, album, title, stylesheet" /> <%! import re remove_links = re.compile ('?a[^>]*> ',re.VERBOSE) def cleanup(text) : if text is None : return "No information available" text = remove_links.sub ('', text) text = text.replace('\n', '
') return text %>
Album art search