php - Codeigniter base_url() added for every <a> tag -


i developing project ci. in project need add "tel" in "a" tag calling website. addded <a link="tel:+919898989898"> when open link page, link abc.com/tel:+919898989898 , redirecting error page.if manually remove baseurl page working. please give me idea why happening , how prevent baseurl adding auomatically. please don't give link explain "tel" tag description

use <a href="tel:555-555-5555">555-555-5555</a>.


Popular posts from this blog

Apache NiFi ExecuteScript: Groovy script to replace Json values via a mapping file -

node.js - How do I prevent MongoDB replica set from querying the primary? -

python 3.x - PyQt5 - Signal : pyqtSignal no method connect -