Project

General

Profile

Actions

Bug #1529

closed

Duplicate meta tags in beta LibreOffice website

Added by Dennis Roczek over 8 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Category:
SilverStripe
Target version:
Team - Q4/2015
Start date:
Due date:
% Done:

0%

Tags:

Description

ticket moved from https://bugs.documentfoundation.org/show_bug.cgi?id=74480


[reply] [−] Description xmlhttprequest.open@gmail.com 2014-02-04 02:07:04 CET
LibreOffice's beta redesign website, newdesign.libreoffice.org, has pages with duplicate meta tags.

A snippet of the beginning of the source code is below: (* denotes the issue I am talking about):

http://newdesign.libreoffice.org/
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en-US"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en-US"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
    <head>
* <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <!--<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">-->
        <title>Home | LibreOffice - Free Office Suite - Fun Project - Fantastic People</title>
        <meta name="generator" content="SilverStripe - http://silverstripe.org" />
* <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> (There is already a Content-type meta tag above!)
* <meta name="description" content="LibreOffice Homepage, office suite, download, open standards, open source, free software, LibreOffice
" />

        <base href="http://newdesign.libreoffice.org/"><!--[if lte IE 6]></base><![endif]-->
        <meta name="viewport" content="width=device-width, initial-scale=1.0">

        <meta name="keywords" content="">
*       <meta name="description" content=""> (A description meta tag is present above!)
...

In the source code for the stable LibreOffice website, these problems are not present.  Pretty much every page on newdesign.libreoffice.org has these duplicate tags, as seen below:
http://newdesign.libreoffice.org/download/libreoffice-stable/
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en-US"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en-US"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
    <head>
* <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <!--<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">-->
        <title>LibreOffice Stable | LibreOffice - Free Office Suite - Fun Project - Fantastic People</title>
        <meta name="generator" content="SilverStripe - http://silverstripe.org" />
* <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
* <meta name="description" content="LibreOffice, Download, download LibreOffice, download options, Windows, Linux, Mac OS X" />

        <base href="http://newdesign.libreoffice.org/"><!--[if lte IE 6]></base><![endif]-->
        <meta name="viewport" content="width=device-width, initial-scale=1.0">

        <meta name="keywords" content="">
*       <meta name="description" content="">
...
[reply] [−] Comment 1 Owen Genat (retired) 2014-07-16 15:13:27 CEST
The newdesign site has expired (it has become the current site). Only one of the original pair of duplicate HTML meta tags still exist:

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />

Confirmed. Status set to NEW.
Actions #1

Updated by Florian Effenberger over 8 years ago

  • Target version set to Pool

Indeed, can confirm this bug still exists - adding to Cloph's pile

Actions #2

Updated by Christian Lohmaier over 8 years ago

  • Status changed from New to Resolved
  • Target version changed from Pool to Q4/2015

would appreciate if the migrated bug would have been cut down to:

The newdesign site has expired (it has become the current site). Only one of the original pair of duplicate HTML meta tags still exist:

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />

:-)

Anyway, duplicate Content-type tag removed (for actual www.libreoffice.org site)

Actions #3

Updated by Florian Effenberger over 8 years ago

  • Status changed from Resolved to Closed
Actions #4

Updated by Jean Spiteri almost 7 years ago

  • Category changed from Webserver to SilverStripe
Actions

Also available in: Atom PDF