Subversion Repositories Kolibri OS

Rev

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

Rev 6045 Rev 6686
Line 186... Line 186...
186
				if (bukva == '\9') || (bukva == '\x0a') || (bukva == '\x0d') bukva = ' ';
186
				if (bukva == '\9') || (bukva == '\x0a') || (bukva == '\x0d') bukva = ' ';
187
				if (!ignor_param) && (bukva <>' ')
187
				if (!ignor_param) && (bukva <>' ')
188
				{
188
				{
189
					if (strlen(#tag)
189
					if (strlen(#tag)+1
190
				}
190
				}
191
				else
191
				else
192
				{
192
				{
193
					ignor_param = true;
193
					ignor_param = true;
194
					if (!ignor_text) && (strlen(#tagparam)+1
194
					if (!ignor_text) && (strlen(#tagparam)+1
195
				}
195
				}
196
				bufpos++;
196
				bufpos++;
Line 199... Line 199...
199
 
199
 
200
			if (tag[strlen(#tag)-1]=='/') tag[strlen(#tag)-1]=NULL; //for br/
200
			if (tag[strlen(#tag)-1]=='/') tag[strlen(#tag)-1]=NULL; //for br/
Line 201... Line 201...
201
			if (tagparam) GetNextParam();
201
			if (tagparam) GetNextParam();
202
 
202
			Perenos();
203
			Perenos();
-
 
204
			DrawStyle();
203
			DrawStyle();
205
			line = NULL;
204
			line = NULL;
206
			if (tag) SetStyle(); //îáðàáîòêà òåãîâ
205
			if (tag) SetStyle(); //îáðàáîòêà òåãîâ
207
			strcpy(#oldtag, #tag);
206
			strlcpy(#oldtag, #tag, sizeof(oldtag));
208
			tag = attr = tagparam = ignor_param = NULL;
207
			tag = attr = tagparam = ignor_param = NULL;
209
			break;
208
			break;
210
		default:
209
		default:
211
			DEFAULT_MARK:
210
			DEFAULT_MARK:
212
			if (bukva<=15) bukva=' ';
211
			if (bukva<=15) bukva=' ';
213
			line_len = strlen(#line);
212
			line_len = strlen(#line);