View Single Post
  #41  
Old 11-10-2015, 06:05 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: 5.2.7-5.2.9: I will not even try to squeeze all changes into the title!=)

Some meta tags I saw in header which should be corrected.

Right now shows this
Code:
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
Why not use the short one especially since the XC5 uses HTML5 right
Code:
<meta charset="utf-8">

Why is this there for a paid software? At least admin should be able to take it out or replace it without modifying files which get overwritten later...
Code:
<meta name="Generator" content="X-Cart (http://www.x-cart.com)">

This shows on all browsers - useless. If anything it should be for IE only but even there doesn't make much sense anymore. Good reading on the tag - http://stackoverflow.com/questions/6771258/whats-the-difference-if-meta-http-equiv-x-ua-compatible-content-ie-edge-e
Code:
<meta http-equiv="X-UA-Compatible" content="IE=Edge">

https://bt.x-cart.com/view.php?id=45310
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote