GetSimple Support Forum

Full Version: function to remove the tags
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can you think of any function to remove the tags ul and li from searchresults.php I18N Search?
I think you can use a custom components and output however you want in code.
Or you can do strip_tags($output)
I'm trying to learn bootsrap, prevent unnecessary tags, components do not help.
I could remove them from the plugin code, but if the user wants to update the plugin, all messed up.