Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
websites
Manage
Activity
Members
Labels
Plan
Issues
25
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN organization
websites
Compare revisions
4fe9a90a5515ae38e50ef9b71c3e1dc76ec1a460 to 448840c42db2607467ea1b1b670063f2b074e926
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
VideoLAN.org/websites
Select target project
No results found
448840c42db2607467ea1b1b670063f2b074e926
Select Git revision
Branches
3.0.18-release
master
Swap
Target
VideoLAN.org/websites
Select target project
VideoLAN.org/websites
Freso/websites
ePirat/websites
DimStar77/websites
lemourin/websites
kwizart/websites
cmassiot/websites
fcartegnie/websites
mfkl/websites
chouquette/websites
maybesamuel43/websites
xslidian/websites
realRojSerbest/websites
Aza/websites
azchohfi/websites
VegaMex/websites
m/websites
fkuehne/websites
Roman-Gemini95/websites
Jamesguru/websites
dillmo71/websites
anodsaod/websites
jill/websites
Garf/websites
atas70835/websites
mahdiabdolahi01234/websites
pbo-linaro/websites
OctopusET/websites
28 results
4fe9a90a5515ae38e50ef9b71c3e1dc76ec1a460
Select Git revision
Branches
3.0.18-release
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
videolan.org: Remove Content-Language http-equiv meta tag
· 1d6906d4
Marvin Scholz
authored
8 years ago
1d6906d4
videolan.org: Small php codestyle cleanup in header.php
· 448840c4
Marvin Scholz
authored
8 years ago
448840c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
www.videolan.org/include/header.php
+4
-7
4 additions, 7 deletions
www.videolan.org/include/header.php
with
4 additions
and
7 deletions
www.videolan.org/include/header.php
View file @
448840c4
...
...
@@ -132,13 +132,10 @@ function start_head( $title,
<html
lang=
"
<?php
echo
$language
?>
"
<?php
if
(
isRTL
(
$language
)
)
{
echo
' dir="rtl"'
;
}
?>
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<?php
if
(
$new_design
)
{
echo
'<meta http-equiv="X-UA-Compatible" content="IE=edge" />'
;
echo
'<meta name="viewport" content="width=device-width, initial-scale=1" />'
;
}
?>
<meta
http-equiv=
"Content-Language"
content=
"
<?php
echo
$language
?>
"
/>
<?php
if
(
$new_design
)
:
?>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
<?php
endif
;
?>
<meta
name=
"Author"
content=
"VideoLAN"
/>
<meta
name=
"Keywords"
content=
"VideoLAN, VLC, VLC player, VLC media player, download,
...
...
This diff is collapsed.
Click to expand it.