2017r2 Changes Index Page "Title" tag

This forum is for all Flare issues not related to any of the other categories.
Post Reply
jbkalla
Propeller Head
Posts: 57
Joined: Tue Nov 06, 2012 11:53 am
Location: Denver, CO, USA
Contact:

2017r2 Changes Index Page "Title" tag

Post by jbkalla »

I don't know if it's because I'm using the favicon skin or if it's simply a 2017r2 bug, but the index page of my project now has a <title> tag of "Attribution:". I had to edit the output page to fix it, as I'm not sure where this info is at in the project. I didn't see it in the properties. Every time the project is built, it happens. I'm building HTML only. Here's what I'm seeing. The <title> tag is at the end of the favicon links.

Code: Select all

<head>
      <meta name=”viewport” content=”width=……   />
      <meta charset=”utf-8” />
      <meta http-equiv=…………….. />
      <meta http-equiv=…………….. />
      <meta name=”msapplication-config” content=”Skins/Favicons/browserconfig.xml” />
      <link rel=”apple-touch-icon” sizes=”180x180” href=”Skins/Favicons/mistu_180px.png” />
      <link rel=”shortcut icon” href=”Skins/Favicons/mistu_256px.png” />
      <link rel=”icon” sizes=”96x96” href=”Skins/Favicons/favicon-96x96.png” />
      <link rel=”icon” sizes=”32x32” href=”Skins/Favicons/favicon-32x32.png” />
      <link rel=”icon” sizes=”16x16” href=”Skins/Favicons/favicon-16x16.png” /><title>Attribution:</title>
Post Reply