[GRASS-git] [OSGeo/grass] b35aca: lib/parser: Add missing closing div tag (#2523)

Vaclav Petras noreply at github.com
Sun Aug 28 05:21:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/OSGeo/grass
  Commit: b35aca1c58349dfba35ab7791d57a67e1aa4483f
      https://github.com/OSGeo/grass/commit/b35aca1c58349dfba35ab7791d57a67e1aa4483f
  Author: Vaclav Petras <wenzeslaus at gmail.com>
  Date:   2022-08-28 (Sun, 28 Aug 2022)

  Changed paths:
    M include/Make/HtmlRules.make
    M lib/gis/parser_html.c
    M utils/mkhtml.py

  Log Message:
  -----------
  lib/parser: Add missing closing div tag (#2523)

End of file is being added both in parser and also in mkhtml because it is removed so that documentation can be just appended. This marks the closing tag with a comment so that the right line is removed.

(An ultimate solution is moving to more template-like replacement instead of the current file append.)




More information about the grass-commit mailing list