From 6ada7f80311195c466783f5b4dcae53989f47fa8 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sat, 29 Oct 2011 00:50:52 +0200 Subject: Bug 252109: Bugzilla docs fail w3c validation r=glob a=LpSolit --- docs/en/xml/installation.xml | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) (limited to 'docs/en/xml/installation.xml') diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index cdff751d4..ba97d9591 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1734,25 +1734,23 @@ C:\perl> ppm install <module name> -# perl -MCPAN -e'look XML::Parser' +# perl -MCPAN -e'look XML::Parser' # perl Makefile.PL EXPATLIBPATH=/sw/lib EXPATINCPATH=/sw/include -# make; make test; make install -# exit +# make; make test; make install +# exit - - - The look command will download the module and spawn a - new shell with the extracted files as the current working directory. - The exit command will return you to your original shell. - - - - You should watch the output from these make commands, - especially make test as errors may prevent - XML::Parser from functioning correctly with Bugzilla. - - - + + The look command will download the module and spawn + a new shell with the extracted files as the current working directory. + + + You should watch the output from these make commands, + especially make test as errors may prevent + XML::Parser from functioning correctly with Bugzilla. + + + The exit command will return you to your original shell. + -- cgit v1.2.3-24-g4f1b