Skip to content

Commit

Permalink
Remove extra double quote from framebox iframe (google#3955)
Browse files Browse the repository at this point in the history
  • Loading branch information
petele authored Dec 12, 2016
1 parent d4b9cc0 commit e323bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devsiteHelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def renderDevSiteContent(content, lang='en'):
replaceWith += 'height: 100px;'
replaceWith += '" '
# The sandbox attr will emulate being on a different origin
replaceWith += '" sandbox="allow-forms allow-orientation-lock allow-pointer-lock allow-popups allow-presentation allow-scripts allow-top-navigation" '
replaceWith += 'sandbox="allow-forms allow-orientation-lock allow-pointer-lock allow-popups allow-presentation allow-scripts allow-top-navigation" '
replaceWith += 'src="' + fbMemcacheKey + '"></iframe>'
content = content.replace(framebox, replaceWith)
memcache.set(fbMemcacheKey, fbContent)
Expand Down

0 comments on commit e323bc8

Please sign in to comment.