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 |
Jump to:
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
fixed in beta11 release
#2
Automatically closed -- issue fixed for 2 weeks with no activity.