Subversion Repositories Kolibri OS

Rev

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

Rev 2884 Rev 2885
Line 154... Line 154...
154
	dword j=1,
154
	dword j=1,
155
		color=0,
155
		color=0,
156
		textlen=0;
156
		textlen=0;
157
	char ch=0x00;
157
	char ch=0x00;
Line 158... Line 158...
158
 
158
 
Line 159... Line 159...
159
	if (ESBYTE[htmlcolor]<>'#') return;
159
	if (ESBYTE[htmlcolor]<>'#') return text_colors[0];
Line 160... Line 160...
160
 
160
 
161
	textlen= strlen(htmlcolor);
161
	textlen = strlen(htmlcolor);
162
 
162
 
163
	if (textlen==7) || (textlen==4)
163
	if (textlen==7) || (textlen==4)