Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 133176 | Differences between
and this patch

Collapse All | Expand All

(-)code2html (-1 / +7 lines)
Lines 1-3 Link Here
1
#!/usr/bin/perl -w
1
#!/usr/bin/perl -w
2
use locale;
2
my $vernr = "0.9.1";
3
my $vernr = "0.9.1";
3
my $monthshort = "Jan";
4
my $monthshort = "Jan";
Lines 1326-1329 Link Here
1326
'<html>
1327
'<html>
1327
<head>
1328
<head>
1329
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
1328
  <title>%%title%%</title>
1330
  <title>%%title%%</title>
1329
</head>
1331
</head>
Lines 1474-1477 Link Here
1474
${ $STYLESHEET{'html-nobg'}} {'template'} = '<html>
1476
${ $STYLESHEET{'html-nobg'}} {'template'} = '<html>
1475
<head>
1477
<head>
1478
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
1476
  <title>%%title%%</title>
1479
  <title>%%title%%</title>
1477
</head>
1480
</head>
Lines 1494-1497 Link Here
1494
${ $STYLESHEET{'html-dark'}} {'template'} = '<html>
1497
${ $STYLESHEET{'html-dark'}} {'template'} = '<html>
1495
<head>
1498
<head>
1499
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
1496
  <title>%%title%%</title>
1500
  <title>%%title%%</title>
1497
</head>
1501
</head>
Lines 1751-1754 Link Here
1751
${ $STYLESHEET{'html-simple'}} {'template'} = '<html>
1755
${ $STYLESHEET{'html-simple'}} {'template'} = '<html>
1752
  <head>
1756
  <head>
1757
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
1753
    <title>%%title%%</title>
1758
    <title>%%title%%</title>
1754
  </head>
1759
  </head>
Lines 1774-1777 Link Here
1774
${ $STYLESHEET{'html-fntlck'}} {'template'} = '<html>
1779
${ $STYLESHEET{'html-fntlck'}} {'template'} = '<html>
1775
<head>
1780
<head>
1781
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
1776
  <title>%%title%%</title>
1782
  <title>%%title%%</title>
1777
</head>
1783
</head>
Lines 1968-1972 Link Here
1968
                                              {
1974
                                              {
1969
                                                'name'       => 'Identifiers',
1975
                                                'name'       => 'Identifiers',
1970
                                                'regex'      => '\\b[a-zA-Z][a-zA-Z0-9_]*\\b',
1976
                                                'regex'      => '\\b[[:alpha:]](?:_?[^\W_])*\\b',
1971
					        'style'      => 'identifier',
1977
					        'style'      => 'identifier',
1972
                                                'childregex' => []
1978
                                                'childregex' => []

Return to bug 133176