diff options
| author | David Aspinall | 2001-08-03 13:07:27 +0000 |
|---|---|---|
| committer | David Aspinall | 2001-08-03 13:07:27 +0000 |
| commit | 8abab39a51bf3a3adf1a6b889862478fd9e06a83 (patch) | |
| tree | cfd2c06c5e3bec295a8d028606d16b2be60d1d82 /html/fileshow.php | |
| parent | 8fc5a613c2bf0bd487b31ec0a3b1f57bf4e13a76 (diff) | |
Fix link back to fileshow.php
Diffstat (limited to 'html/fileshow.php')
| -rw-r--r-- | html/fileshow.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/fileshow.php b/html/fileshow.php index 94df8538..09747fda 100644 --- a/html/fileshow.php +++ b/html/fileshow.php @@ -13,9 +13,9 @@ substr($filename,0,1)=="~") { print "Sorry, can't show you that file!\n"; } elseif (substr($filename,-3)==".el") { - elisp_markup($filename,"fileshow.html"); + elisp_markup($filename,"fileshow.php"); } else { - outline_markup($filename,"fileshow.html",$expanded); + outline_markup($filename,"fileshow.php",$expanded); } print "</pre>\n"; print "<hr>"; |
