Changeset b8661e0 in git for doc/t2h_standalone.init


Ignore:
Timestamp:
Mar 31, 2000, 1:09:03 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
734b9acb05dbbde0e4bb71cbea3b018cee888b7c
Parents:
a823a85a54863975790d069bfd0857f42a4fa293
Message:
* update


git-svn-id: file:///usr/local/Singular/svn/trunk@4243 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/t2h_standalone.init

    ra823a8 rb8661e0  
    66#
    77
     8$T2H_print_page_foot = \&T2H_STANDALONE_print_page_foot;
    89# footer of page
    9 sub t2h_print_page_foot
     10sub T2H_STANDALONE_print_page_foot
    1011{
    1112  my $fh = shift;
    1213  print $fh <<EOT;
    1314<FONT SIZE="-1">
    14 &nbsp;<A HREF="http://www.mathematik.uni-kl.de/~zca/Singular/"><I>Singular</I></A> version $value{VERSION}, $value{VERSION_DATE},
     15&nbsp;<A HREF="http://www.singular.uni-kl.de/"><I>Singular</I></A> version $value{VERSION}, $value{VERSION_DATE},
    1516generated by <A HREF="$T2H_HOMEPAGE"><I>texi2html</I></A>.
    1617</FONT>
Note: See TracChangeset for help on using the changeset viewer.