Opened 16 years ago
Closed 16 years ago
#2929 closed New Feature (duplicate)
extra space in style attribute - takes up extra room when storing it in DB
Reported by: | hello12345 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
In the HTML generated from the editor, you always put an extra space:
font-size: 11px background-color: black
That extra space is not necessary and just takes up more room when storing it in the database. Can you remove it? I have looked at the code and cannot figure out how to do it myself.
It should be: font-size:11px background-color:black
DUP of #1810