Index: trunk/DataStoreServer/web/cgi/dsgetindex
===================================================================
--- trunk/DataStoreServer/web/cgi/dsgetindex	(revision 17381)
+++ trunk/DataStoreServer/web/cgi/dsgetindex	(revision 17499)
@@ -179,10 +179,18 @@
 		$ref->{bfree}/(1024*1024),
 		100.0*$ref->{bfree}/$ref->{blocks};
+        print "\n";
 
 	# return link
+        print a({-href=>"./index.txt"}, "Text Version");
+
 	if ($#path > 1) {
+            print "&nbsp&nbsp&nbsp&nbsp\n";
+
 		my $up = join('/', @path[0..$#path-1]);
 	    print a({-href=>"$up"}, "Up to $up");
+
 	}
+        print "</p>\n";
+
 
     print '<table cellpadding="3">';
@@ -225,5 +233,5 @@
 
 		# if this is a file request, use a download cgi
-		if ($wpath =~ /\.fits$/) {
+		if ($wpath =~ /\.fits\s*$/) {
 			$wpath = '/ds-cgi/dsfits.cgi?'.substr($wpath, 4); # strip' /ds/'
 		}
