diff --git a/codepot/src/codepot/views/code_file.php b/codepot/src/codepot/views/code_file.php
index 90c42239..8fd471be 100644
--- a/codepot/src/codepot/views/code_file.php
+++ b/codepot/src/codepot/views/code_file.php
@@ -28,61 +28,56 @@ $destyle_anchor_text = ' ' . $this->lang->line('Desty
?>
load->view (
print ' ';
print anchor ("code/edit/{$project->id}/{$xpar}{$revreq}", $this->lang->line('Edit'), 'id="code_file_mainarea_edit_button"');
}
- ?>
- lang->line('Metadata')?>
+ print anchor ("#", $this->lang->line('Enstyle'), 'id="code_file_mainarea_style_button"');
+?>
+ lang->line('Metadata')?>
@@ -244,14 +240,6 @@ $this->load->view (
print ' | ';
print anchor ("code/fetch/{$project->id}/${xpar}{$revreq}", $download_anchor_text);
-
- print ' | ';
- print anchor (
- "code/file/{$project->id}/${xpar}{$revreq}",
- $destyle_anchor_text,
- array('id' => 'code_file_style_anchor',
- 'onClick' => 'showRawCode(); return false;')
- );
?>
diff --git a/codepot/src/codepot/views/file_home.php b/codepot/src/codepot/views/file_home.php
index 507ff262..d7d1cd21 100644
--- a/codepot/src/codepot/views/file_home.php
+++ b/codepot/src/codepot/views/file_home.php
@@ -270,7 +270,6 @@ $this->load->view (
?>
- |
lang->line('New')?>
diff --git a/codepot/src/codepot/views/issue_home.php b/codepot/src/codepot/views/issue_home.php
index 9f0cefa1..fdc25e39 100644
--- a/codepot/src/codepot/views/issue_home.php
+++ b/codepot/src/codepot/views/issue_home.php
@@ -313,7 +313,7 @@ $this->load->view (
lang->line('Issues')?>
- lang->line('ISSUE_MSG_TOTAL_NUM_ISSUES'), $total_num_issues); ?> |
+ lang->line('ISSUE_MSG_TOTAL_NUM_ISSUES'), $total_num_issues); ?>
lang->line('New')?>