[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
|
@ -16,5 +16,5 @@ using System.Reflection;
|
||||||
//
|
//
|
||||||
// You can specify all the values or you can default the Revision and Build Numbers
|
// You can specify all the values or you can default the Revision and Build Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("3.0.5.604")]
|
[assembly: AssemblyVersion("3.0.5.605")]
|
||||||
[assembly: AssemblyFileVersion("3.0.5.604")]
|
[assembly: AssemblyFileVersion("3.0.5.605")]
|
|
@ -448,6 +448,7 @@ namespace ScrewTurn.Wiki {
|
||||||
n = fields[1];
|
n = fields[1];
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
done = true;
|
||||||
StringBuilder img = new StringBuilder();
|
StringBuilder img = new StringBuilder();
|
||||||
// Image
|
// Image
|
||||||
if(fields[0].ToLowerInvariant().Equals("imageleft") || fields[0].ToLowerInvariant().Equals("imageright") || fields[0].ToLowerInvariant().Equals("imageauto")) {
|
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