removed div
This commit is contained in:
		
							parent
							
								
									f91fdd16cf
								
							
						
					
					
						commit
						7568071334
					
				
					 1 changed files with 1 additions and 5 deletions
				
			
		| 
						 | 
					@ -61,7 +61,6 @@ export default class CalEventParser {
 | 
				
			||||||
  public getRichDescriptionHtml(): string {
 | 
					  public getRichDescriptionHtml(): string {
 | 
				
			||||||
    return (
 | 
					    return (
 | 
				
			||||||
      `
 | 
					      `
 | 
				
			||||||
      <div>
 | 
					 | 
				
			||||||
        <strong>Event Type:</strong><br />
 | 
					        <strong>Event Type:</strong><br />
 | 
				
			||||||
        ${this.calEvent.type}<br />
 | 
					        ${this.calEvent.type}<br />
 | 
				
			||||||
        <br />
 | 
					        <br />
 | 
				
			||||||
| 
						 | 
					@ -81,10 +80,7 @@ export default class CalEventParser {
 | 
				
			||||||
        <strong>Additional notes:</strong><br />
 | 
					        <strong>Additional notes:</strong><br />
 | 
				
			||||||
        ${this.calEvent.description}
 | 
					        ${this.calEvent.description}
 | 
				
			||||||
      ` +
 | 
					      ` +
 | 
				
			||||||
      this.getChangeEventFooterHtml() +
 | 
					      this.getChangeEventFooterHtml()
 | 
				
			||||||
      `   
 | 
					 | 
				
			||||||
      </div>
 | 
					 | 
				
			||||||
    `
 | 
					 | 
				
			||||||
    );
 | 
					    );
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue