Se vuoi inserire la citazione nel php (nascosto dal browser), usa gli esempi sopra. altrimenti puoi anche usare i commenti html. per esempio.
In PHP piace cosìcodice:<!-- comment here --> <td><?php echo "<a href='../pto/privacy.pdf' target='_blank'><img src='images/gdpr.png' alt='Privacy' height='32' width='32'></a>"; ?></td>
codice:<td> <?php //comment here ?> <?php echo "<a href='../pto/privacy.pdf' target='_blank'><img src='images/gdpr.png' alt='Privacy' height='32' width='32'></a>"; ?></td>