Module:Citation/CS1: Difference between revisions

drop extra quotation marks
m>Dragons flight
m (doesn't apply to internal link)
m>Dragons flight
(drop extra quotation marks)
Line 720: Line 720:
         ZBL = sepc .." " .. externallinkid(frame, {label="Zbl",link="Zentralblatt MATH",prefix="http://www.zentralblatt-math.org/zmath/en/search/?format=complete&q=an:",id=ZBL}) else ZBL = "" end
         ZBL = sepc .." " .. externallinkid(frame, {label="Zbl",link="Zentralblatt MATH",prefix="http://www.zentralblatt-math.org/zmath/en/search/?format=complete&q=an:",id=ZBL}) else ZBL = "" end
     if ( Quote and Quote ~="" ) then  
     if ( Quote and Quote ~="" ) then  
        if Quote:sub(1,1) == '"' and Quote:sub(-1,-1) == '"' then
            Quote = Quote(2,-2);
        end
       
         Quote = sepc .." \"" .. Quote .. "\""  
         Quote = sepc .." \"" .. Quote .. "\""  
         PostScript = ""
         PostScript = ""
Anonymous user