Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrap new att lists in <ul> (where they were not so wrapped) #641

Merged
merged 6 commits into from
Nov 8, 2023

Commits on Oct 28, 2023

  1. An attempt at #640 fixing:

     * template showAttClasses is called from 6 different places (all in common_tagdocs);
     * generated debugging code for each of those places;
     * found which 2 were causing problem (li element as child of td instead of child of ul);
     * wrapped them in ul element.
     * Note: deliberately left debugging PIs in place, but they should maybe be removed before merging into dev.
    sydb committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    12c7bf2 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Configuration menu
    Copy the full SHA
    cbad6e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    7ed5111 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05231d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    9f49f4a View commit details
    Browse the repository at this point in the history
  2. Any latest from dev is mine!

    sydb committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    52e9833 View commit details
    Browse the repository at this point in the history