Removed extra<br> in block of code

This commit is contained in:
Cristian Trapattoni 2011-03-01 17:13:14 +01:00
parent c950307494
commit 3680f61dfe
2 changed files with 20 additions and 15 deletions

View file

@ -1264,7 +1264,7 @@ namespace ScrewTurn.Wiki {
sb.Replace("\n\n", "<br /><br />");
sb.Replace(SingleBrPlaceHolder, "<br /><br />");
sb.Replace(SingleBrPlaceHolder, "\n");//Replace <br /><br /> with <br />
}