Author: Andreas Möller (localheinz)
Committer: GitHub (web-flow)
Pusher: cmb69
Date: 2022-06-29T11:43:33+02:00

Commit: 
https://github.com/php/web-php/commit/65254462c658b44e65fe1ed3aed8ee107bbf8420
Raw diff: 
https://github.com/php/web-php/commit/65254462c658b44e65fe1ed3aed8ee107bbf8420.diff

Fix: Remove extra closing tag

Closes GH-589.

Changed paths:
  M  manual/add-note.php


Diff:

diff --git a/manual/add-note.php b/manual/add-note.php
index 96e1d5789..c1ac4a3d6 100644
--- a/manual/add-note.php
+++ b/manual/add-note.php
@@ -383,7 +383,6 @@
    <th class="subr">Answer to this simple question (SPAM challenge):<br>
    <?php $c = gen_challenge(); echo $c[3]; ?>?</th>
    <td><input type="text" name="answer" size="60" maxlength="10"> (Example: 
nine)</td>
-  </td>
   </tr>
   <tr>
    <th colspan="2">

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to