Commit c7333f4a authored by Felix Paul Kühne's avatar Felix Paul Kühne

* link the headline to the http-intf-main-page instead of videolan.org

* don't print a space in front of a colon, since this is a French style only
parent 87b8b357
......@@ -3,13 +3,13 @@
<title>VLC media player - Information</title>
</head>
<body>
<h2><center><a href="http://www.videolan.org/">VLC media player <vlc id="value" param1="version" /></a></center></h2>
<h2><center><a href="/">VLC media player <vlc id="value" param1="version" /></a></center></h2>
<hr/>
<vlc id="foreach" param1="cat" param2="information" />
<p> <vlc id="value" param1="cat.name" />
<ul>
<vlc id="foreach" param1="info" param2="cat.info" />
<li> <vlc id="value" param1="info.name" /> : <vlc id="value" param1="info.value" /> </li>
<li> <vlc id="value" param1="info.name" />: <vlc id="value" param1="info.value" /> </li>
<vlc id="end" />
</ul>
<vlc id="end" />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment