Click here to Skip to main content
15,887,944 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
GeneralRe: Question and Spam Filter Pin
Jörgen Andersson19-Oct-16 22:22
professionalJörgen Andersson19-Oct-16 22:22 
GeneralRe: Question and Spam Filter Pin
Nelek19-Oct-16 22:54
protectorNelek19-Oct-16 22:54 
JokeRe: Question and Spam Filter Pin
Richard MacCutchan19-Oct-16 23:10
mveRichard MacCutchan19-Oct-16 23:10 
GeneralRe: Question and Spam Filter Pin
Nelek19-Oct-16 23:15
protectorNelek19-Oct-16 23:15 
GeneralRe: Question and Spam Filter Pin
Jörgen Andersson20-Oct-16 1:55
professionalJörgen Andersson20-Oct-16 1:55 
GeneralRe: Question and Spam Filter Pin
Nelek20-Oct-16 2:14
protectorNelek20-Oct-16 2:14 
SuggestionMark notification as read from popup Pin
Xmen Real 19-Oct-16 8:25
professional Xmen Real 19-Oct-16 8:25 
BugWeird Pin
Nelek19-Oct-16 3:56
protectorNelek19-Oct-16 3:56 
Explaining a minor improvement in an article I found something a bit weird, not sure if it is designed to do that but...

writing
<blockquote class="quote"><div class="op">Quote:</div>Following are the commands to install dotnet from the article in the link above for Ubuntu 16.04:

    sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ xenial main" > /etc/apt/sources.list.d/dotnetdev.list'
</blockquote>
gives:
Quote:
Following are the commands to install dotnet from the article in the link above for Ubuntu 16.04:
sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ xenial main" > /etc/apt/sources.list.d/dotnetdev.list'



But writing:
<blockquote class="quote"><div class="op">Quote:</div>Following are the commands to install dotnet from the article in the link above for Ubuntu 16.04:

<pre>
sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ xenial main" > /etc/apt/sources.list.d/dotnetdev.list'</blockquote></pre>

gives:
Quote:
Following are the commands to install dotnet from the article in the link above for Ubuntu 16.04:
sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ xenial main" > /etc/apt/sources.list.d/dotnetdev.list'</blockquote>

which messes with the format of the rest of the message.
By the way... I didn't add the < pre > < /pre > tags of the second "writing" withing the quote (i see them in the preview but not in my own message input box)
This is the paste with encoded HTML for that bit of text:
<pre lang="text"><blockquote class="quote"><div class="op">Quote:</div>Following are the commands to install dotnet from the article in the link above for Ubuntu 16.04:

sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ xenial main" > /etc/apt/sources.list.d/dotnetdev.list'</blockquote></pre>
Note the missing opening "pre" before the command. That comes alone when indenting the line a bit with empty spaces.
M.D.V. Wink | ;)

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.

GeneralRe: Weird Pin
Nelek19-Oct-16 4:54
protectorNelek19-Oct-16 4:54 
GeneralRe: Weird Pin
Richard MacCutchan19-Oct-16 5:36
mveRichard MacCutchan19-Oct-16 5:36 
GeneralRe: Weird Pin
Nelek19-Oct-16 5:55
protectorNelek19-Oct-16 5:55 
GeneralRe: Weird Pin
Richard MacCutchan19-Oct-16 6:07
mveRichard MacCutchan19-Oct-16 6:07 
GeneralRe: Weird Pin
Nelek19-Oct-16 6:14
protectorNelek19-Oct-16 6:14 
GeneralRe: Weird Pin
Richard MacCutchan19-Oct-16 6:37
mveRichard MacCutchan19-Oct-16 6:37 
GeneralRe: Weird Pin
Nelek19-Oct-16 11:32
protectorNelek19-Oct-16 11:32 
GeneralRe: Weird Pin
Nelek19-Oct-16 11:48
protectorNelek19-Oct-16 11:48 
GeneralRe: Weird Pin
Chris Maunder19-Oct-16 6:03
cofounderChris Maunder19-Oct-16 6:03 
GeneralRe: Weird Pin
Nelek19-Oct-16 6:05
protectorNelek19-Oct-16 6:05 
GeneralRe: Weird Pin
Nelek19-Oct-16 11:50
protectorNelek19-Oct-16 11:50 
GeneralRe: Weird Pin
Nelek25-Oct-16 22:50
protectorNelek25-Oct-16 22:50 
GeneralScreenshots Pin
Nelek19-Oct-16 11:48
protectorNelek19-Oct-16 11:48 
GeneralRe: Weird Pin
Chris Maunder26-Oct-16 10:28
cofounderChris Maunder26-Oct-16 10:28 
GeneralRe: Weird Pin
Nelek26-Oct-16 19:24
protectorNelek26-Oct-16 19:24 
BugConfirm email loop ? Pin
Xmen Real 19-Oct-16 0:04
professional Xmen Real 19-Oct-16 0:04 
GeneralRe: Confirm email loop ? Pin
Chris Maunder19-Oct-16 6:04
cofounderChris Maunder19-Oct-16 6:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Flags: Unable to replicateFixed

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.