jzohrab / lute

DEPRECATED: LUTE (Learning Using Texts) is a self-hosted web app for learning language through reading, based on Learning with Texts (LWT)
The Unlicense
119 stars 10 forks source link

Terms with "." give "resource not found" #28

Closed jzohrab closed 1 year ago

jzohrab commented 1 year ago

e.g., I have my language exceptions for spanish set up so that "A." is highlighted as an "unknown term" but clicking on that gives this:

image

The reason for this is that Symfony doesn't like URLs with dots in them. ... similar to the JPEG issue noted in src/entity/Term.php (I think).

Minor issue, but still needs fixing.

jzohrab commented 1 year ago

Fixed in develop, to be launched.

jzohrab commented 1 year ago

Launched.