Skip to content

Commit

Permalink
Removed redundant right bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
aprea committed May 15, 2014
1 parent bd06efd commit c8bd4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/options.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<li>
<label id="the-content-no-break-label" for="the-content-no-break" <?php echo ( 1 !== $the_content ) ? 'class="disabled"' : ''; ?>>
<input name="the_content_no_break" type="checkbox" id="the-content-no-break" value="on" <?php echo ( 1 == $the_content_no_break && 1 == $the_content ) ? 'checked="checked"' : ''; ?> <?php echo ( 1 !== $the_content ) ? 'disabled="disabled"' : ''; ?> />
<?php _e( "Only filter <span class='monospaced'>the_content()</span> when there's no break (&lt;!--more--&gt;) tag) in the post content", 'advanced-excerpt' ); ?>
<?php _e( "Only filter <span class='monospaced'>the_content()</span> when there's no break (&lt;!--more--&gt;) tag in the post content", 'advanced-excerpt' ); ?>
</label>
</li>
</ul>
Expand Down

0 comments on commit c8bd4ca

Please sign in to comment.