On 02/16/2012 11:08 AM, Luca Barbato wrote:

> On 16/02/12 17:00, Justin Ruggles wrote:
>> On 02/16/2012 12:16 AM, Luca Barbato wrote:
>>
>>> Module: libav.org
>>> Branch: master
>>> Commit: 984f8e04ae3d346f5f3a890df543af2a74efe8e6
>>>
>>> Author:    Luca Barbato <[email protected]>
>>> Committer: Luca Barbato <[email protected]>
>>> Date:      Thu Feb 16 06:01:35 2012 +0100
>>>
>>> footer: thin the footer ending
>>>
>>> Use a <span> instead of a <p>.
>>>
>>> ---
>>>
>>>  src/template_footer |    4 ++--
>>>  1 files changed, 2 insertions(+), 2 deletions(-)
>>>
>>> diff --git a/src/template_footer b/src/template_footer
>>> index 0f9b249..c252151 100644
>>> --- a/src/template_footer
>>> +++ b/src/template_footer
>>> @@ -13,9 +13,9 @@
>>>  </a>
>>>  </p>
>>>  <div id="ending">
>>> -<p>
>>> +<span>
>>>  Server donated by <a href="http://code.google.com/opensource/";>Google</a>
>>> -</p>
>>> +<span>
>>>  </div>
>>>  </div>
>>
>>
>> shouldn't that be </span>?
> 
> Indeed it should, thanks for spotting the typo.


Actually, I had not noticed the XHTML/CSS validator buttons on the
bottom of the page before, so I decided to click on them just for fun,
and the XHTML validator showed 2 errors.

-Justin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to