[FFmpeg-devel] [PATCH] ffmpeg-web: Change anchors and pre for valid XHTML

Clément Bœsch ubitux at gmail.com
Wed Sep 28 23:39:10 CEST 2011


On Wed, Sep 28, 2011 at 11:52:30AM -0800, Lou Logan wrote:
> A few more updates to index while we're making things valid. 'a id'
> requires a letter as the first character, so this will break a few
> anchors, but most likely nobody uses them anyway.

> From f873713f2f5c3b7df01ab458e3fa8e2f28efe94d Mon Sep 17 00:00:00 2001
> From: Lou Logan <lou at lrcd.com>
> Date: Wed, 28 Sep 2011 11:41:05 -0800
> Subject: [PATCH] ffmpeg-web: Change anchors and pre for valid XHTML
> 
> ---
>  src/index |   52 ++++++++++++++++++++++++++--------------------------
>  1 files changed, 26 insertions(+), 26 deletions(-)
> 
> diff --git a/src/index b/src/index
> index c170072..6776117 100644
> --- a/src/index
> +++ b/src/index
> @@ -45,7 +45,7 @@ Herv?? Flores.</p>
>  
>  <h1>News</h1>
>  
> -<a name="libaacplus"></a><h3>September 28, 2011</h3>
> +<a id="libaacplus"></a><h3>September 28, 2011</h3>

Might be a stupid question, but why don't you put the anchor in the <h3>
tags?

[...]

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20110928/f1486ce7/attachment.asc>


More information about the ffmpeg-devel mailing list