Changeset 24918 for gs3-extensions


Ignore:
Timestamp:
2012-01-06T23:44:38+13:00 (12 years ago)
Author:
davidb
Message:

Fixed typo in first line of file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/html-to-expeditee/trunk/src/src/cgi-bin/html-to-expeditee.pl.in

    r24916 r24918  
    1 #!@FULL_PERL_PATH@ -w
     1#!@FULL_PERL_EXE@ -w
    22
    33# Need to specify the full path of Perl above, e.g. for Windows something like
     
    8686  <head>
    8787    <title>HTML to Expeditee Frames</title>
    88     <link type="text/css" href="/jquery/css/le-frog/jquery-ui-1.8.16.custom.css" rel="stylesheet" />
    89     <script type="text/javascript" src="/jquery/js/jquery-1.6.2.min.js"></script>
    90     <script type="text/javascript" src="/jquery/js/jquery-ui-1.8.16.custom.min.js"></script>
    91     <script type="text/javascript" src="/gsajax-min.js"></script>
    92     <script type="text/javascript" src="/html-to-expeditee.js"></script>
     88    <link type="text/css" href="html-to-expeditee/jquery/css/le-frog/jquery-ui-1.8.16.custom.css" rel="stylesheet" />
     89    <script type="text/javascript" src="html-to-expeditee/jquery/js/jquery-1.6.2.min.js"></script>
     90    <script type="text/javascript" src="html-to-expeditee/jquery/js/jquery-ui-1.8.16.custom.min.js"></script>
     91    <script type="text/javascript" src="html-to-expeditee/js/gsajax-min.js"></script>
     92    <script type="text/javascript" src="html-to-expeditee/js/html-to-expeditee.js"></script>
    9393
    9494  </head>
Note: See TracChangeset for help on using the changeset viewer.