Triops
Well-known member
In my html source code something introduces wrong code (without https):
I tried to search templates for
So, how do I search for the guilty (addon, template...)?
Code:
<link href="://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
I tried to search templates for
maxcdn.bootstrapcdn.com/font-awesome
but only find xengallery, which enters additionally the correct code:
Code:
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
So, how do I search for the guilty (addon, template...)?