@@ -329,10 +329,10 @@ discard block |
||
329 | 329 | .'$1', $input); |
330 | 330 | } |
331 | 331 | self::$log[] = '<strong>INPUT:</strong> Code: <strong>'.htmlspecialchars($prefix.$code). |
332 | - '</strong> :: Name: <strong>'.htmlspecialchars($prefix.$name[2]). |
|
333 | - '</strong> :: Value: <strong>'.htmlspecialchars($value[2]). |
|
334 | - '</strong><br />Initial input: '.htmlspecialchars($input). |
|
335 | - '<br />Signed: <span style="color:#060;">'.htmlspecialchars($input_signed).'</span>'; |
|
332 | + '</strong> :: Name: <strong>'.htmlspecialchars($prefix.$name[2]). |
|
333 | + '</strong> :: Value: <strong>'.htmlspecialchars($value[2]). |
|
334 | + '</strong><br />Initial input: '.htmlspecialchars($input). |
|
335 | + '<br />Signed: <span style="color:#060;">'.htmlspecialchars($input_signed).'</span>'; |
|
336 | 336 | $form = str_replace($input, $input_signed, $form); |
337 | 337 | } |
338 | 338 | } |
@@ -373,10 +373,10 @@ discard block |
||
373 | 373 | ); |
374 | 374 | $form_part_signed = str_replace($option[0], $option_signed, $form_part_signed); |
375 | 375 | self::$log[] = '<strong>OPTION:</strong> Code: <strong>'.htmlspecialchars($prefix.$code). |
376 | - '</strong> :: Name: <strong>'.htmlspecialchars($prefix.$list[2]). |
|
377 | - '</strong> :: Value: <strong>'.htmlspecialchars($option[2]). |
|
378 | - '</strong><br />Initial option: '.htmlspecialchars($option[0]). |
|
379 | - '<br />Signed: <span style="color:#060;">'.htmlspecialchars($option_signed).'</span>'; |
|
376 | + '</strong> :: Name: <strong>'.htmlspecialchars($prefix.$list[2]). |
|
377 | + '</strong> :: Value: <strong>'.htmlspecialchars($option[2]). |
|
378 | + '</strong><br />Initial option: '.htmlspecialchars($option[0]). |
|
379 | + '<br />Signed: <span style="color:#060;">'.htmlspecialchars($option_signed).'</span>'; |
|
380 | 380 | } |
381 | 381 | $form = str_replace($list[0], $form_part_signed, $form); |
382 | 382 | } |
@@ -407,10 +407,10 @@ discard block |
||
407 | 407 | ); |
408 | 408 | $form = str_replace($textarea[0], $textarea_signed, $form); |
409 | 409 | self::$log[] = '<strong>TEXTAREA:</strong> Code: <strong>'.htmlspecialchars($prefix.$code). |
410 | - '</strong> :: Name: <strong>'.htmlspecialchars($prefix.$textarea[2]). |
|
411 | - '</strong> :: Value: <strong>'.htmlspecialchars($textarea[3]). |
|
412 | - '</strong><br />Initial textarea: '.htmlspecialchars($textarea[0]). |
|
413 | - '<br />Signed: <span style="color:#060;">'.htmlspecialchars($textarea_signed).'</span>'; |
|
410 | + '</strong> :: Name: <strong>'.htmlspecialchars($prefix.$textarea[2]). |
|
411 | + '</strong> :: Value: <strong>'.htmlspecialchars($textarea[3]). |
|
412 | + '</strong><br />Initial textarea: '.htmlspecialchars($textarea[0]). |
|
413 | + '<br />Signed: <span style="color:#060;">'.htmlspecialchars($textarea_signed).'</span>'; |
|
414 | 414 | } |
415 | 415 | self::$log[] = '<strong>FORM after TEXTAREAS:</strong> <pre>'.htmlspecialchars($form).'</pre>'; |
416 | 416 |