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

Fix greedy replacement pattern #342

Merged
merged 3 commits into from
May 17, 2024
Merged

Fix greedy replacement pattern #342

merged 3 commits into from
May 17, 2024

Commits on Sep 15, 2023

  1. Update entry.server.tsx

    The replacement pattern is too greedy here and will replace all content until the last occurrence of any style tag in the whole document.
    nimajneb authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    c87c9c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from nimajneb/non-greedy-replacement-pattern

    Update entry.server.tsx
    nimajneb authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    a4da231 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

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