Browse Source

fix

tags/v4.0.0^2
yystopf 4 years ago
parent
commit
75f3166ffa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/controllers/compare_controller.rb

+ 1
- 1
app/controllers/compare_controller.rb View File

@@ -46,7 +46,7 @@ class CompareController < ApplicationController
@base = Base64.decode64(params[:base])
@head = params[:head].include?('.json') ? params[:head][0..-6] : params[:head]
# @head = Addressable::URI.unescape(@head)
@head = Base64.decode6(@head)
@head = Base64.decode64(@head)
end

def gitea_compare(base, head)


Loading…
Cancel
Save