Posts: 1,891
Threads: 82
Joined: Apr 2010
2015-03-10, 22:59:58
(This post was last modified: 2015-03-10, 23:01:51 by Oleg06.)
Can you think of any function to remove the tags ul and li from searchresults.php I18N Search?
Posts: 6,266
Threads: 181
Joined: Sep 2011
I think you can use a custom components and output however you want in code.
Or you can do strip_tags($output)
Posts: 1,891
Threads: 82
Joined: Apr 2010
2015-03-10, 23:53:53
(This post was last modified: 2015-03-10, 23:56:34 by Oleg06.)
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.