Bug 303079 - Extra space in a string
Summary: Extra space in a string
Status: RESOLVED NOT A BUG
Alias: None
Product: kwebkitpart
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Chakra Linux
: NOR minor
Target Milestone: ---
Assignee: webkit-devel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-05 19:36 UTC by Adrián Chaves (Gallaecio)
Modified: 2012-07-05 19:37 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).