Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN organization
websites
Commits
c95884c5
Commit
c95884c5
authored
Mar 16, 2004
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HTML validity fix
parent
3ca18825
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
trunk/www.videolan.org/include/header.php3
trunk/www.videolan.org/include/header.php3
+3
-3
No files found.
trunk/www.videolan.org/include/header.php3
View file @
c95884c5
...
...
@@ -70,9 +70,9 @@ function DrawMenu( $file, $mod )
else
{
echo
'<td class="button" onmouseout="this.className=\'button\'"'
.
' on
M
ouse
O
ver="this.className=\'button-up\'"'
.
' on
M
ouse
D
own="this.className=\'button-down\'"'
.
' on
C
lick="window.location=\''
.
htmlentities
(
$link
)
.
'\'; return true;">'
;
' on
m
ouse
o
ver="this.className=\'button-up\'"'
.
' on
m
ouse
d
own="this.className=\'button-down\'"'
.
' on
c
lick="window.location=\''
.
htmlentities
(
$link
)
.
'\'; return true;">'
;
}
echo
'<table cellpadding="1" cellspacing="0" style="margin: 0px;">'
.
'<tr>'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment