Skip to content

Commit

Permalink
Update HTML Compressor GitHub Issues link.
Browse files Browse the repository at this point in the history
Closes #390
  • Loading branch information
raamdev committed Jan 22, 2015
1 parent 370cedd commit 863ce7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quick-cache/includes/menu-pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ public function options()
echo ' <option value="0">'.__('No, do NOT compress HTML/CSS/JS code at runtime.', $this->plugin->text_domain).'</option>'."\n";
echo ' <option value="1" selected="selected">'.__('Yes, I want to compress HTML/CSS/JS for blazing fast speeds.', $this->plugin->text_domain).'</option>'."\n";
echo ' </select></p>'."\n";
echo ' <p class="info" style="display:block;">'.__('<strong>Note:</strong> This is experimental. Please <a href="https://github.com/websharks/html-compressor/issues" target="_blank">report issues here</a>.', $this->plugin->text_domain).'</p>'."\n";
echo ' <p class="info" style="display:block;">'.__('<strong>Note:</strong> This is experimental. Please <a href="https://github.com/websharks/quick-cache/issues" target="_blank">report issues here</a>.', $this->plugin->text_domain).'</p>'."\n";
echo ' <hr />'."\n";
echo ' <div class="plugin-menu-page-panel-if-enabled">'."\n";
echo ' <h3>'.__('HTML Compression Options', $this->plugin->text_domain).'</h3>'."\n";
Expand Down

0 comments on commit 863ce7b

Please sign in to comment.