-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Remove accidental debugging in blob_excerpt.tmpl #18287
Remove accidental debugging in blob_excerpt.tmpl #18287
Conversation
Unfortunately it appears that a small bit of debugging code was left in blob_excerpt.tmpl This breaks diff expansion causing go-gitea#18281. Fix go-gitea#18281 Signed-off-by: Andrew Thornton <art27@cantab.net>
How about line 71:
Is it ( |
Signed-off-by: Andrew Thornton <art27@cantab.net>
…into fix-18281-fix-expanding-diff
yup that also needs fixing.. |
Codecov Report
@@ Coverage Diff @@
## main #18287 +/- ##
=======================================
Coverage 45.73% 45.73%
=======================================
Files 831 831
Lines 92172 92172
=======================================
+ Hits 42154 42159 +5
+ Misses 43260 43257 -3
+ Partials 6758 6756 -2
Continue to review full report at Codecov.
|
* 'main' of https://github.com/go-gitea/gitea: show pull link for agit pull request also (go-gitea#18235) [skip ci] Updated translations via Crowdin Add some .ignore entries (go-gitea#18296) Remove unneeded debug messages to stdout. (go-gitea#18298) Handle missing default branch better in owner/repo/branches page (go-gitea#18290) Revert "Prevent possible XSS when using jQuery (go-gitea#18289)" (go-gitea#18293) not show double error response in git hook (go-gitea#18292) Remove accidental debugging in blob_excerpt.tmpl (go-gitea#18287) Prevent possible XSS when using jQuery (go-gitea#18289) Return nicer error if trying to pull from non-existent user (go-gitea#18288) [skip ci] Updated translations via Crowdin docs: mention client_max_body_size affects LFS (go-gitea#18291) Add lockfile-check (go-gitea#18285) Webauthn nits (go-gitea#18284)
* Remove accidental debugging in blob_excerpt.tmpl Unfortunately it appears that a small bit of debugging code was left in blob_excerpt.tmpl This breaks diff expansion causing go-gitea#18281. Fix go-gitea#18281 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Unfortunately it appears that a small bit of debugging code was left in blob_excerpt.tmpl
This breaks diff expansion causing #18281.
Fix #18281
Signed-off-by: Andrew Thornton art27@cantab.net