Skip to content

Commit

Permalink
Update src/Tribe/Views/V2/iCalendar/Traits/Outlook_Methods.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Camwyn committed Dec 6, 2023
1 parent f123abb commit 858fbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tribe/Views/V2/iCalendar/Traits/Outlook_Methods.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ protected function generate_outlook_add_url_parameters( $calendar = 'live' ) {
// Stripping tags
$body = strip_tags( $body, '<p>' );

// Truncate the Event Description and add permalink if greater than 900 characters
// Truncate the Event Description and add permalink if greater than 900 characters.
if ( strlen( $body ) > 900 ) {

$body = substr( $body, 0, 900 );
Expand Down

0 comments on commit 858fbaf

Please sign in to comment.