aboutsummaryrefslogtreecommitdiff
path: root/html/fileshow.html
diff options
context:
space:
mode:
authorDavid Aspinall2000-09-28 15:14:22 +0000
committerDavid Aspinall2000-09-28 15:14:22 +0000
commitce2413d4ba78cacb8d5e098ed1421456bb811e53 (patch)
tree59fd174214fe68f5da6636e5151dcbdaa2a878ba /html/fileshow.html
parent72faf58cb67c92ce42ebfec399ec2f945c4ec2a7 (diff)
Moved to use .html instead of .phtml
Diffstat (limited to 'html/fileshow.html')
-rw-r--r--html/fileshow.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/fileshow.html b/html/fileshow.html
index a13857e7..94df8538 100644
--- a/html/fileshow.html
+++ b/html/fileshow.html
@@ -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.phtml");
+ elisp_markup($filename,"fileshow.html");
} else {
- outline_markup($filename,"fileshow.phtml",$expanded);
+ outline_markup($filename,"fileshow.html",$expanded);
}
print "</pre>\n";
print "<hr>";