make forum post quoting regexp nongreedy
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
class UploadsController < ApplicationController
|
||||
before_filter :member_only
|
||||
respond_to :html, :xml, :json, :js
|
||||
rescue_from Upload::Error, :with => :rescue_exception
|
||||
|
||||
def new
|
||||
@upload = Upload.new(:rating => "q")
|
||||
|
||||
Reference in New Issue
Block a user