Changeset 324 for trunk/gsascmds.tcl


Ignore:
Timestamp:
Dec 4, 2009 5:04:09 PM (14 years ago)
Author:
toby
Message:

# on 2000/10/12 22:12:21, toby did:
fix html bugs for Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsascmds.tcl

    • Property rcs:date changed from 2000/10/12 21:36:23 to 2000/10/12 22:12:21
    • Property rcs:lines changed from +231 -80 to +3 -3
    • Property rcs:rev changed from 1.24 to 1.25
    r322 r324  
    21502150
    21512151            # Substitute the HTML filename into the command for %1
    2152             regsub %1 $appCmd $htmlFile appCmd
     2152            regsub %1 $appCmd $url appCmd
    21532153           
    21542154            # Double up the backslashes for eval (below)
     
    21772177proc NetHelp {file anchor localloc netloc} {
    21782178    if {[file exists [file join $localloc $file]]} {
    2179         set url "file:[file join $localloc $file]"
     2179        set url "[file join $localloc $file]"
    21802180    } else {
    21812181        set url "http://$netloc/$file"
Note: See TracChangeset for help on using the changeset viewer.