Extra ‘>’ ?? #1

Closed
opened 2023-01-06 21:17:16 +00:00 by afragen · 2 comments
afragen commented 2023-01-06 21:17:16 +00:00 (Migrated from github.com)

Is there an extra > in this line?

7d3860747d/biscotti.php (L49)

Is there an extra `>` in this line? https://github.com/boogah/biscotti/blob/7d3860747d939cc613626828884898fa3e5e5cdd/biscotti.php#L49
boogah commented 2023-01-06 22:17:56 +00:00 (Migrated from github.com)

Nope! When I remove the >, everything breaks. With it in place, the form options render correctly:

                            <h3>Login Cookie Expiration</h3>
                            <table class="form-table">
                                <tr>
                                    <th>
                                        <label for="biscotti_login_cookie_expiration">Expiration</label>
                                    </th>
                                    <td>
                                        <select name="biscotti_login_cookie_expiration" id="biscotti_login_cookie_expiration">
                                            <option value="3 months">3 months</option>
                                            <option value="6 months">6 months</option>
                                            <option value="1 year">1 year</option>
                                        </select>
                                        <br>
                                        <span class="description">Choose your login cookie's expiration date.</span>
                                    </td>
                                </tr>
                            </table>
Nope! When I remove the `>`, everything breaks. With it in place, the form options render correctly: ``` <h3>Login Cookie Expiration</h3> <table class="form-table"> <tr> <th> <label for="biscotti_login_cookie_expiration">Expiration</label> </th> <td> <select name="biscotti_login_cookie_expiration" id="biscotti_login_cookie_expiration"> <option value="3 months">3 months</option> <option value="6 months">6 months</option> <option value="1 year">1 year</option> </select> <br> <span class="description">Choose your login cookie's expiration date.</span> </td> </tr> </table> ```
afragen commented 2023-01-06 23:23:26 +00:00 (Migrated from github.com)

Just looked odd, but then I was on my phone. 😬

Just looked odd, but then I was on my phone. 😬
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: boogah/biscotti#1
No description provided.