[Pcsclite-git-commit] [website] 01/01: pcsclite.html: do not mix <pre> and <code>

Ludovic Rousseau rousseau at moszumanska.debian.org
Wed Dec 30 17:22:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository website.

commit eb9b231cf79354e00c3234ecd80f049b48c721f5
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Wed Dec 30 18:21:26 2015 +0100

    pcsclite.html: do not mix <pre> and <code>
    
    <code> is useless inside <pre>
---
 pcsclite.html | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/pcsclite.html b/pcsclite.html
index 5da74d2..74afe79 100644
--- a/pcsclite.html
+++ b/pcsclite.html
@@ -68,13 +68,11 @@
 		  version</a>). You may need to use the <a href=
 		  "http://git-scm.com/">git</a> version to support the latest
 		added readers.</p>
-		<pre>
-<code>git clone git://anonscm.debian.org/pcsclite/PCSC.git
+		<pre>git clone git://anonscm.debian.org/pcsclite/PCSC.git
 cd PCSC
 ./bootstrap
 ./configure
-make</code>
-		</pre>
+make</pre>
 
 		<p><a href=
 		"http://flattr.com/thing/52836/CCID-free-software-driver"><img src="http://api.flattr.com/button/flattr-badge-large.png"
@@ -256,9 +254,7 @@ make</code>
 		  <li>Kill any running <code>pcscd</code> process</li>
 
 		  <li>(re)start pcscd <b>exactly</b> as described bellow:
-			<pre>
-<code>sudo LIBCCID_ifdLogLevel=0x000F pcscd --foreground --debug --apdu | tee log.txt</code>
-			</pre>
+			<pre>sudo LIBCCID_ifdLogLevel=0x000F pcscd --foreground --debug --apdu | tee log.txt</pre>
 		  </li>
 
 		  <li>Stop pcscd (using Control-C) <b>after</b> the problem

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/website.git



More information about the Pcsclite-cvs-commit mailing list