summaryrefslogtreecommitdiffstats
path: root/application/views/file/html_paste_header.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/file/html_paste_header.php')
-rw-r--r--application/views/file/html_paste_header.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/views/file/html_paste_header.php b/application/views/file/html_paste_header.php
index 474e06ccf..ee14a70c7 100644
--- a/application/views/file/html_paste_header.php
+++ b/application/views/file/html_paste_header.php
@@ -5,12 +5,12 @@
<li><a href="<?=site_url($id)."/"; ?>" class="navbar-brand" data-toggle="modal"><?php echo $title ?></a></li>
<li class="divider"></li>
<li class="dropdown">
- <a href="#" class="dropdown-toggle" data-toggle="dropdown" id="language-toggle-<?=$id; ?>">
+ <a href="#" class="dropdown-toggle lexer-toggle" data-toggle="dropdown">
Language: <?php echo htmlspecialchars($current_highlight); ?>
<b class="caret"></b>
</a>
<div class="dropdown-menu" style="padding: 15px;">
- <form>
+ <form class="lexer-form">
<input data-base-url="<?=site_url($id); ?>" type="text" id="language-<?=$id; ?>" placeholder="Language" class="form-control">
</form>
</div>