PatchViewer: remove redundant div scope

This commit is contained in:
Steffen Lange 2021-03-04 11:28:23 +01:00
parent 615ad27726
commit 15fe370689

View file

@ -77,9 +77,7 @@ $db->sort();
</tbody> </tbody>
</table> </table>
<hr> <hr>
<div class="text-end"> <p class="text-end">&copy; <?php echo date('Y'); ?> <a href="https://steffen.lange.tl/">Steffen Lange</a> | Information are provided without any warranty. | <a href="https://www.dateihal.de/cms/imprint">Imprint</a> | <a href="https://www.dateihal.de/cms/privacy">Privacy</a></p>
<p>&copy; <?php echo date('Y'); ?> <a href="https://steffen.lange.tl/">Steffen Lange</a> | Information are provided without any warranty. | <a href="https://www.dateihal.de/cms/imprint">Imprint</a> | <a href="https://www.dateihal.de/cms/privacy">Privacy</a></p>
</div>
</div> </div>
</body> </body>
</html> </html>