Bug 303079

Summary: Extra space in a string
Product: [Frameworks and Libraries] kwebkitpart Reporter: Adrián Chaves (Gallaecio) <adrian>
Component: generalAssignee: webkit-devel
Status: RESOLVED NOT A BUG    
Severity: minor    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Chakra   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Adrián Chaves (Gallaecio) 2012-07-05 19:36:19 UTC
Translating the application, I found the following string:

<qt>This site is requesting to open a popup window to<p>%1</p><br/>Do you want to allow this?</qt>

“to<p>%1</p>” should be “to <p>%1</p>” (or maybe “ to <p>%1</p>.”, with a dot at the end)

Reproducible: Always
Comment 1 Adrián Chaves (Gallaecio) 2012-07-05 19:37:52 UTC
:| I just noticed what the <p> tags would result in (a new line before and after %1).