Vergleich jscripts/bbcodes_sceditor.js - 1.8.18 - 1.8.19

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 514Zeile 514
				}
}


				}
}


			return token.val + content + (token.closing ? token.closing.val : '');

			return $.sceditor.escapeEntities(token.val + content + (token.closing ? token.closing.val : ''));

		}
});


		}
});