Skip to content
Snippets Groups Projects
Commit 8b426f2b authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

add type for css link
parent bd767ba6
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ require 5.0;
#--##############################################################################
# CVS version:
# $Id: texi2html,v 1.4 2003-04-19 04:14:53 geuzaine Exp $
# $Id: texi2html,v 1.5 2003-12-29 17:00:30 geuzaine Exp $
# Homepage:
$T2H_HOMEPAGE = <<EOT;
......@@ -94,7 +94,7 @@ eval { ($T2H_USER = (getpwuid ($<))[6]) =~ s/,.*//;}; # Who am i
# Copy this file and make changes to it, if you like.
# Afterwards, either, load it with command-line option -init_file <your_init_file>
#
# $Id: texi2html,v 1.4 2003-04-19 04:14:53 geuzaine Exp $
# $Id: texi2html,v 1.5 2003-12-29 17:00:30 geuzaine Exp $
######################################################################
# stuff which can also be set by command-line options
......@@ -910,7 +910,7 @@ sub pretty_date {
#
# Set the default body text, inserted between <BODY ... >
$T2H_BODYTEXT = 'LANG="' . $T2H_LANG . '" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080" ALINK="#FF0000"';
$T2H_BODYTEXT = 'LANG="' . $T2H_LANG . '"';
# text inserted after <BODY ...>
$T2H_AFTER_BODY_OPEN = '';
#text inserted before </BODY>
......@@ -920,7 +920,7 @@ $T2H_ADDRESS = "by <I>$T2H_USER</I> " if $T2H_USER;
$T2H_ADDRESS .= "on <I>$T2H_TODAY</I>";
# this is added inside <HEAD></HEAD> after <TITLE> and some META NAME stuff
# can be used for <style> <script>, <meta> tags
$T2H_EXTRA_HEAD = '<LINK href="/general.css" rel="stylesheet">';
$T2H_EXTRA_HEAD = '<LINK href="/general.css" rel="stylesheet" type="text/css">';
sub T2H_DEFAULT_print_page_head
{
......@@ -1519,7 +1519,7 @@ package Getopt::MySimple;
# --------------------------------------------------------------------------
# Locally modified by obachman (Display type instead of env, order by cmp)
# $Id: texi2html,v 1.4 2003-04-19 04:14:53 geuzaine Exp $
# $Id: texi2html,v 1.5 2003-12-29 17:00:30 geuzaine Exp $
# use strict;
# no strict 'refs';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment