mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 13:55:25 +01:00 
			
		
		
		
	Fix HTML output in #2568
This commit is contained in:
		| @@ -23132,9 +23132,11 @@ EOF | ||||
|      # Pretty print - again, it's just nicer to read | ||||
|      for reason in "${sorted_reasons[@]}"; do | ||||
|           if [[ $reason_nr -eq 0 ]]; then | ||||
|                pr_bold " Grade cap reasons            "; out_row_aligned_max_width "$reason\n" '                                ' $TERM_WIDTH | ||||
|                pr_bold " Grade cap reasons            " | ||||
|                outln "$(out_row_aligned_max_width "$reason" "                                " $TERM_WIDTH)" | ||||
|           else | ||||
|                out_row_aligned_max_width "                              $reason\n" '                                ' $TERM_WIDTH | ||||
|                outln "$(out_row_aligned_max_width "                              $reason" "                                " $TERM_WIDTH)" | ||||
| 
 | ||||
|           fi | ||||
|           ((reason_nr++)) | ||||
|           fileout "grade_cap_reason_${reason_nr}" "INFO" "$reason" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dirk
					Dirk