We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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" />
<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" />
<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>
<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.
The text was updated successfully, but these errors were encountered:
#408 Add space between attributes
c2c2527
Studio384
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: