Project

General

Profile

« Previous | Next » 

Revision 2997

Added by sgarg about 18 years ago

Fix for bug# 2371

View differences:

src/edu/ucsb/nceas/metacat/MetaCatUtil.java
328 328
                        		 && s.charAt(i + 3) == 'p' 
329 329
                        			 && s.charAt(i + 4) == ';'){
330 330
                             str.append("&");
331
                             i += 5;                        	 
331
                             i += 4;                        	 
332 332
                         } else
333 333
                             str.append("&");
334 334
                         /////////

Also available in: Unified diff