X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   News and Announcements (https://forum.x-cart.com/forumdisplay.php?f=28)
-   -   5.2.7-5.2.9: I will not even try to squeeze all changes into the title!=) (https://forum.x-cart.com/showthread.php?t=72930)

cflsystems 11-10-2015 06:05 AM

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

kevinrm 11-10-2015 06:38 AM

Re: 5.2.7-5.2.9: I will not even try to squeeze all changes into the title!=)
 
Since you brought it up, how does one get rid of <meta name="Generator" content="X-Cart (http://www.x-cart.com)">? Just what I want all my competitors who look at my source code to see...

cflsystems 11-10-2015 07:33 AM

Re: 5.2.7-5.2.9: I will not even try to squeeze all changes into the title!=)
 
You can either comment it out or replace its name/content with whatever you want.
skins/default/en/header/parts - one of the tpl files

cflsystems 11-10-2015 07:39 AM

Re: 5.2.7-5.2.9: I will not even try to squeeze all changes into the title!=)
 
Not a bug but I filed it so it can be considered - https://bt.x-cart.com/view.php?id=45310

RichieRich 11-10-2015 12:28 PM

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

Originally Posted by cflsystems
You can either comment it out or replace its name/content with whatever you want.
skins/default/en/header/parts - one of the tpl files


meta_generator.tpl

Appreciated that one.


All times are GMT -8. The time now is 12:27 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.