View | Details | Raw Unified
Collapse All | Expand All

(-) code2html (-1 / +7 lines)
 Lines 1-3    Link Here 
#!/usr/bin/perl -w
#!/usr/bin/perl -w
use locale;
my $vernr = "0.9.1";
my $vernr = "0.9.1";
my $monthshort = "Jan";
my $monthshort = "Jan";
 Lines 1326-1329    Link Here 
'<html>
'<html>
<head>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  <title>%%title%%</title>
  <title>%%title%%</title>
</head>
</head>
 Lines 1474-1477    Link Here 
${ $STYLESHEET{'html-nobg'}} {'template'} = '<html>
${ $STYLESHEET{'html-nobg'}} {'template'} = '<html>
<head>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  <title>%%title%%</title>
  <title>%%title%%</title>
</head>
</head>
 Lines 1494-1497    Link Here 
${ $STYLESHEET{'html-dark'}} {'template'} = '<html>
${ $STYLESHEET{'html-dark'}} {'template'} = '<html>
<head>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  <title>%%title%%</title>
  <title>%%title%%</title>
</head>
</head>
 Lines 1751-1754    Link Here 
${ $STYLESHEET{'html-simple'}} {'template'} = '<html>
${ $STYLESHEET{'html-simple'}} {'template'} = '<html>
  <head>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>%%title%%</title>
    <title>%%title%%</title>
  </head>
  </head>
 Lines 1774-1777    Link Here 
${ $STYLESHEET{'html-fntlck'}} {'template'} = '<html>
${ $STYLESHEET{'html-fntlck'}} {'template'} = '<html>
<head>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  <title>%%title%%</title>
  <title>%%title%%</title>
</head>
</head>
 Lines 1968-1972    Link Here 
                                              {
                                              {
                                                'name'       => 'Identifiers',
                                                'name'       => 'Identifiers',
                                                'regex'      => '\\b[a-zA-Z][a-zA-Z0-9_]*\\b',
                                                'regex'      => '\\b[[:alpha:]](?:_?[^\W_])*\\b',
					        'style'      => 'identifier',
					        'style'      => 'identifier',
                                                'childregex' => []
                                                'childregex' => []