Subversion Repositories Kolibri OS

Rev

Rev 5825 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5825 Rev 5990
Line 42... Line 42...
42
	
42
	
43
	do{
43
	do{
44
		if (isattr("src="))
44
		if (isattr("src="))
45
		{
45
		{
46
			strcpy(#img_path, #val);
46
			strcpy(#img_path, #val);
47
			PageLinks.GetAbsoluteURL(#img_path);
47
			GetAbsoluteURL(#img_path);
48
			cur_pic = GetImage(#img_path);
48
			cur_pic = GetImage(#img_path);
49
		}
49
		}
50
		if (isattr("alt="))
50
		if (isattr("alt="))
51
		{
51
		{