Skip to content

Commit

Permalink
Fixed typo in attr name ('check' instead of 'checked')
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed Apr 26, 2012
1 parent 9fb7777 commit 4e67a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mod_seo/templates/admin_seo.tpl
Expand Up @@ -41,7 +41,7 @@
<div class="control-group">
<div class="controls">
<label class="inline checkbox" for="seo-noindex" title="{_ Add a noindex, nofollow element to all pages. _}">
<input type="checkbox" id="seo-noindex" name="seo-noindex" value="1" {% if m.config.seo.noindex.value %}check="checked"{% endif %} />
<input type="checkbox" id="seo-noindex" name="seo-noindex" value="1" {% if m.config.seo.noindex.value %}checked="checked"{% endif %} />
{_ Exclude this site from search engines _}
</label>
</div>
Expand Down

0 comments on commit 4e67a9f

Please sign in to comment.