[www-doc] [Git][VideoLAN.org/websites][master] Remove useless echo
Ludovic Fauvet
gitlab at videolan.org
Mon Jul 3 13:36:42 CEST 2017
Ludovic Fauvet pushed to branch master at VideoLAN organization / websites
Commits:
2a98f5d0 by Ludovic Fauvet at 2017-07-03T13:30:57+02:00
Remove useless echo
- - - - -
1 changed file:
- www.videolan.org/vlc/download-skins2-go.php
Changes:
=====================================
www.videolan.org/vlc/download-skins2-go.php
=====================================
--- a/www.videolan.org/vlc/download-skins2-go.php
+++ b/www.videolan.org/vlc/download-skins2-go.php
@@ -5,7 +5,6 @@ if( strpos( $url, "/" ) ) $url ="";
if( strpos( $url, '"' ) ) $url ="";
if( strpos( $url, "'" ) ) $url ="";
$displayURL = htmlspecialchars($url, ENT_QUOTES, 'UTF-8');
-echo $displayURL;
?>
<html>
<head>
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/2a98f5d05f13ae904f44e4c54fcb33b13959e5f4
---
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/2a98f5d05f13ae904f44e4c54fcb33b13959e5f4
You're receiving this email because of your account on code.videolan.org.
More information about the www-doc
mailing list