Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add space between attributes #408

Closed
Quy opened this issue Dec 1, 2013 · 0 comments
Closed

Add space between attributes #408

Quy opened this issue Dec 1, 2013 · 0 comments
Assignees
Labels

Comments

@Quy
Copy link
Contributor

Quy commented Dec 1, 2013

Add a space after class attribute.

In forums:
<input type="text" class="form-control"name="forum_name" size="35" maxlength="80" value="<?php echo pun_htmlspecialchars($cur_forum['forum_name']) ?>" tabindex="1" />

In categories:
<input type="text" class="form-control"name="new_cat_name" size="35" maxlength="80" placeholder="Category name" tabindex="1" />

In censoring:
<td><input type="text" class="form-control"name="new_search_for" size="24" maxlength="60" tabindex="1" /></td>
<td><input type="text" class="form-control"name="new_replace_with" size="24" maxlength="60" tabindex="2" /></td>

Please check the other files in backstage for this.

@ghost ghost assigned Studio384 Dec 1, 2013
Studio384 pushed a commit that referenced this issue Dec 1, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants