HTML in default invite message is not valid

hadsie - August 22, 2009 - 23:23
Project:Node Invite
Version:6.x-1.0-beta10
Component:Code
Category:bug report
Priority:minor
Assigned:Unassigned
Status:closed
Description

Just a really minor issue.. The html in the default invite message is missing a closing paragraph tag... i.e.:

define('NODE_INVITE_MESSAGE_DEFAULT','<P>[inviter-name] invites you to rsvp for a [type]! </p><P> Visit <a href="[inviter-node-url]">[title]</a> for more information or just check out the <a href="[inviter-rsvp-url]">RSVP Page</a> to confirm your attendance!');

Should be

define('NODE_INVITE_MESSAGE_DEFAULT','<p>[inviter-name] invites you to rsvp for a [type]! </p><p> Visit <a href="[inviter-node-url]">[title]</a> for more information or just check out the <a href="[inviter-rsvp-url]">RSVP Page</a> to confirm your attendance!</p>');

attendance!'); vs. attendance!</p>');

Thanks!
Scott

#1

hadsie - September 1, 2009 - 19:14
Status:active» fixed

fixed in beta11 release

#2

System Message - September 15, 2009 - 19:20
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.