From 378834b8c90bb770f8a40dd2ac6c371b4e083b03 Mon Sep 17 00:00:00 2001 From: Tomas Zigo <50632337+tmszi@users.noreply.github.com> Date: Thu, 28 Nov 2024 14:37:23 +0100 Subject: [PATCH] db/MySQL: fix HTML manual nested element position (#4778) * db/MySQL: fix HTML manual nested `` element position Fix `HTMLParser()` class instance find nested `` error during compilation GRASS GIS source code: ``` Error (IndexError('pop from empty list')) ``` Problematic is nested `` HTML element inside parent `` element: ``` ``` Expected nested `` HTML element inside parent `` is nested position inside `
  • ` element. ``` ``` * Fix typo of key word --- db/drivers/mysql/grass-mysql.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/db/drivers/mysql/grass-mysql.html b/db/drivers/mysql/grass-mysql.html index c49c58407d9..f86dab367d3 100644 --- a/db/drivers/mysql/grass-mysql.html +++ b/db/drivers/mysql/grass-mysql.html @@ -28,13 +28,14 @@

    Driver and database name

    Examples of connection parameters: