diff --git a/WebJEA/PSWebHelper.vb b/WebJEA/PSWebHelper.vb index 5c73dd3..8ae24b2 100644 --- a/WebJEA/PSWebHelper.vb +++ b/WebJEA/PSWebHelper.vb @@ -72,7 +72,7 @@ input = rgxA.Replace(input, repA, 1, idx) input = rgxSpan.Replace(input, repSpan, 1, idx) input = rgxImg.Replace(input, repImg, 1, idx) - idx = input.LastIndexOf("[[") + idx = input.LastIndexOf("[[", idx - 1) End While Return input