[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/kioslave/man
From:       Nicolas Goutte <nicolasg () snafu ! de>
Date:       2005-05-27 19:46:25
Message-ID: 1117223185.891950.4125.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 418836 by goutte:

Some reverts:
- do not try to be smart with the shorter non-breaking space 
  and give out a normal non-breaking space.
  (I have become tired of seeing squares.)
- use again 100px instead 100pt for the bottom banner
  (which means that it looks now good on screen again but
  becomes unpritable again. So users are recommened to use groff for printing.)


 M  +4 -4      man2html.cpp  


--- trunk/KDE/kdebase/kioslave/man/man2html.cpp #418835:418836
@@ -6,7 +6,7 @@
     ### TODO: who else?
 */
 
-// Start of berbatim comment
+// Start of verbatim comment
 
 /*
 ** This program was written by Richard Verhoeven (NL:5482ZX35)
@@ -1366,9 +1366,9 @@
     case ' ':
 	h="&nbsp;";curpos++; break;
     case '|': // half-non-breakable-space
-    	h = "&#x2002;"; curpos++; break; // EN SPACE (### TODO: what is U+202F (NARROW \
NO-BREAK SPACE) +    	h = "&nbsp;"; curpos++; break;
     case '^': // quarter-non-breakable-space
-    	h = "&#x2005;"; break; // FOUR-PER-EM SPACE
+        h = "&nbsp;"; curpos++; break;
     case '"': SKIPEOL; c--; h=""; break;
     // ### TODO \# like \" but does not ignore the end of line (groff(7))
     case '$':
@@ -5298,7 +5298,7 @@
       output_real("</div>\n");
       output_real("<div class=\"bannerBottom\" style=\"background-image: url(");
       output_real(cssPath);
-      output_real("/bottom-middle.png); background-repeat: x-repeat; width: 100%; \
height: 100pt; bottom:0pt;\">\n"); +      output_real("/bottom-middle.png); \
background-repeat: x-repeat; width: 100%; height: 100px; bottom:0pt;\">\n");  \
output_real("<div class=\"bannerBottomLeft\">\n");  output_real("<img src=\"");
       output_real(cssPath);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic