Link to home
Start Free TrialLog in
Avatar of vrosas_03
vrosas_03

asked on

x close button is now letter y

The x that is used to close bootstrap modal windows has become the letter y so now there is a y in the upper right hand corner of every modal dialog.
Avatar of Rainer Jeschor
Rainer Jeschor
Flag of Germany image

Hi,
could you please provide a link to your page?
Without seeing the html source its impossible to help.
Thanks
ASKER CERTIFIED SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of vrosas_03
vrosas_03

ASKER

I've just been replacing the weird characters with ×

Here's the code that with the character that looks like a y when loaded into a web page.
<a href="search_docs.php">×</a>  

 I think it has to do with a function I created.  Somehow the function prevented the code that replaces the weird character from running.  When I commented it out an x showed up or a times symbol.   in Vim it looks like that A but with a box next to it.