Fix syntax error in index.html.erb

This commit is contained in:
Steve Purcell 2013-04-17 11:29:19 +01:00
parent 0b2b0c544a
commit 701c1ae0b4

View file

@ -28,7 +28,7 @@
when /(gitorious\.org\/[^\/]+\/[^.]+)/ then "https://" + $1
when /\A(https?:\/\/code\.google\.com\/p\/[^\/]+\/)/ then $1
when /\A(https?:\/\/[^.]+\.googlecode\.com\/)/ then $1
when /\Alp:(.*)/)/ then "https://launchpad.net/" + $1
when /\Alp:(.*)/ then "https://launchpad.net/" + $1
end
end
package