diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-03-21 16:34:03 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-03-21 16:34:03 +0100 |
commit | d20200755368790d412d65171d77fcb89d08f1ad (patch) | |
tree | b21985f415cb894038eb755f4c7c3daee9449dad /system/application/views/file | |
parent | c4f1fecccbf094efc87190d8e634f4d4ed0bd8ad (diff) |
add /plain to display files as plain text
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'system/application/views/file')
-rw-r--r-- | system/application/views/file/html_header.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/application/views/file/html_header.php b/system/application/views/file/html_header.php index 069ea6f1d..fdd46acb9 100644 --- a/system/application/views/file/html_header.php +++ b/system/application/views/file/html_header.php @@ -7,6 +7,7 @@ <body> <div class="top_bar"> <a class="raw_link no" href="<?php echo $raw_link; ?>">Raw</a> + <a class="raw_link no" href="<?php echo $plain_link; ?>">Plain</a> </div> <table class="content"> <tr> |