Skip to content

Commit 7389a01

Browse files
committed
Add comment re: need for echo to support non-XHTML syntax
1 parent 27b865d commit 7389a01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

functions/strings/echo.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ function echo () {
2424
// * example 1: echo('<div><p>abc</p><p>abc</p></div>');
2525
// * returns 1: undefined
2626

27+
// Fix: This function really needs to allow non-XHTML input (unless in true XHTML mode) as in jQuery
28+
2729
var arg = '', argc = arguments.length, argv = arguments, i = 0, holder,
2830
win = this.window,
2931
d = win.document,

0 commit comments

Comments
 (0)