File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+ < html xmlns ="http://www.w3.org/1999/xhtml ">
3+ < head >
4+ < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
5+ < title > Columnizer 23 Character Bug</ title >
6+ < script type ="text/javascript " src ="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js "> </ script >
7+ < script src ="../src/jquery.columnizer.js " type ="text/javascript " charset ="utf-8 "> </ script >
8+ < script >
9+ $ ( document ) . ready ( function ( ) {
10+ $ ( '.twocolumns' ) . columnize ( { columns :2 } ) ;
11+ } ) ;
12+ </ script >
13+ </ head >
14+ < body >
15+
16+ This test case should show the alphabet up to w. the bug used to duplicate the string.
17+
18+ < div class ="twocolumns "> abcdefghijklmnopqrstuvw</ div >
19+ </ body >
20+ </ html >
You can’t perform that action at this time.
0 commit comments