Download & Extend

unencapsulated white space token_user.inc

Project:Token
Version:5.x-1.10
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

line: 40

<?php
$tokens
['user']['[reg-date]']  = t("User's registration date');
?>

Need to put the double quote at the end.
<?php
$tokens
['user']['[reg-date]']  = t("User's registration date");
?>

Comments

#1

Status:active» closed (fixed)

sorry, had the wrong version checked out.