| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Due to active Jinja whitespace handling, whitespace was removed between
consecutive {% trans %} blocks, resulting in translated sentences being
glued together. Fix this by disabling the lstrip_blocks behaviour in
relevant places.
Codecov Report
@@ Coverage Diff @@
## master #1063 +/- ##
==========================================
+ Coverage 61.97% 62.08% +0.11%
==========================================
Files 228 228
Lines 16436 16436
==========================================
+ Hits 10186 10205 +19
+ Misses 6250 6231 -19
Continue to review full report at Codecov.
|
Sorry, something went wrong.
|
Very good catch, I had never noticed, thanks! Pushed to master and v1.4. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Due to active Jinja whitespace handling, whitespace was removed between consecutive {% trans %} blocks, resulting in translated sentences being glued together. Fix this by disabling the lstrip_blocks behaviour in relevant places.
This change is