diff options
Diffstat (limited to 'system/application/views')
-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> |