[completed:604] Removed spourious <a> tag inserted before images by formatter.
This commit is contained in:
parent
d157300237
commit
857dd52f54
2 changed files with 3 additions and 2 deletions
|
@ -448,6 +448,7 @@ namespace ScrewTurn.Wiki {
|
|||
n = fields[1];
|
||||
}
|
||||
else {
|
||||
done = true;
|
||||
StringBuilder img = new StringBuilder();
|
||||
// Image
|
||||
if(fields[0].ToLowerInvariant().Equals("imageleft") || fields[0].ToLowerInvariant().Equals("imageright") || fields[0].ToLowerInvariant().Equals("imageauto")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue