codingteam / loglist

Reincarnation of the famous service
https://loglist.xyz/
MIT License
7 stars 4 forks source link

Chop empty lines at the beginning and end of the quote? #193

Open Minoru opened 8 years ago

Minoru commented 8 years ago

Quote #8093 has an empty line at the end. This could be fixed manually if we implement #68, or even via simple SQL query, but wouldn't it be better if such trivial edits were automated?

ForNeVeR commented 8 years ago

I vote for:

Minoru commented 8 years ago

What about empty lines at the beginning and/or end of the quote? I think those should be removed automatically, too.

ForNeVeR commented 8 years ago

Empty lines at the beginning – yes. Empty lines at the end are already covered by my specification "trim the white space automatically from the end". \n is a whitespace character, too.

rexim commented 8 years ago

I agree with @ForNeVeR