diff options
| author | David Aspinall | 2000-03-13 07:30:24 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-03-13 07:30:24 +0000 |
| commit | ce23d4d18e12535f7a0f3d588bcddcdda6a170be (patch) | |
| tree | dbededc8da5a11aa98da0356d9786e008658c2dc /html/fileshow.phtml | |
| parent | eef8d92568d393823eb7b3e3513d92ea369af17c (diff) | |
Fix parse error slipped through somehow.
Diffstat (limited to 'html/fileshow.phtml')
| -rw-r--r-- | html/fileshow.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/fileshow.phtml b/html/fileshow.phtml index 741ef556..a13857e7 100644 --- a/html/fileshow.phtml +++ b/html/fileshow.phtml @@ -14,7 +14,7 @@ print "Sorry, can't show you that file!\n"; } elseif (substr($filename,-3)==".el") { elisp_markup($filename,"fileshow.phtml"); - else { + } else { outline_markup($filename,"fileshow.phtml",$expanded); } print "</pre>\n"; |
