[Pcsclite-cvs-commit] r4695 - /website/webpage.template
rousseau at users.alioth.debian.org
rousseau at users.alioth.debian.org
Fri Jan 29 20:20:24 UTC 2010
Author: rousseau
Date: Fri Jan 29 20:20:24 2010
New Revision: 4695
URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4695
Log:
Do not create a paragraph for the list entry title. Firefox displayed it
on a line bellow the list bullet
Modified:
website/webpage.template
Modified: website/webpage.template
URL: http://svn.debian.org/wsvn/pcsclite/website/webpage.template?rev=4695&op=diff
==============================================================================
--- website/webpage.template (original)
+++ website/webpage.template Fri Jan 29 20:20:24 2010
@@ -32,7 +32,7 @@
<ul>
<li>
<a name="%idVendor%%idProduct%"></a>
- <p>%manufacturer% <a href="#%idVendor%%idProduct%">%product%</a></p>
+ %manufacturer% <a href="#%idVendor%%idProduct%">%product%</a>
<p><img src="%image%" alt="%manufacturer% %product%"></p>
%contents%
</li>
More information about the Pcsclite-cvs-commit
mailing list