diff options
| author | Jeff Carr <[email protected]> | 2024-02-13 16:14:22 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-13 16:14:22 -0600 |
| commit | 355234774df949852450d50285bddbd2a7f6e3ac (patch) | |
| tree | 4b1e5494ecdbad68211be615c4fabc6dc1184bdc /indexHtml.go | |
| parent | 270a08696391c6f80a58ac5d2ed6765ddb7869ba (diff) | |
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'indexHtml.go')
| -rw-r--r-- | indexHtml.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indexHtml.go b/indexHtml.go index 19a6e95..4b06ae6 100644 --- a/indexHtml.go +++ b/indexHtml.go @@ -132,9 +132,9 @@ func indexBodyRepo(w http.ResponseWriter, gourl string, giturl string, desc stri fmt.Fprintln(w, " <td>"+version+"</td>") // version fmt.Fprintln(w, " <td>"+vtime+"</td>") // dev version if gourl == "go.wit.com/apps/helloworld" { - fmt.Fprintln(w, " <td><a href=\"http://mirrors.wit.com/guidemo/helloworld-demo.webm\">Video Demo</a> </td>") // dev version + fmt.Fprintln(w, " <td><a href=\"http://mirrors.wit.com/guidemo/helloworld-demo.webm\">Video Demo</a> </td>") // dev version } else { - fmt.Fprintln(w, " <td></td>") // dev version + fmt.Fprintln(w, " <td></td>") // dev version } fmt.Fprintln(w, " <td>"+desc+"</td>") // fmt.Fprintln(w, " <td> <a href=\"//"+gourl+"\">"+giturl+"</a></td>") |
