diff options
Diffstat (limited to 'view/theme/duepuntozero/prv_message.tpl')
-rw-r--r-- | view/theme/duepuntozero/prv_message.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/prv_message.tpl b/view/theme/duepuntozero/prv_message.tpl index b5cda9c85..e103497e1 100644 --- a/view/theme/duepuntozero/prv_message.tpl +++ b/view/theme/duepuntozero/prv_message.tpl @@ -9,7 +9,7 @@ $parent <div id="prvmail-to-label">$to</div> {{ if $showinputs }} -<input type="text" id="recip" name="messageto" value="$prefill" maxlength="255" size="64" tabindex="10" /> +<input type="text" id="recip" name="messagerecip" value="$prefill" maxlength="255" size="64" tabindex="10" /> <input type="hidden" id="recip-complete" name="messageto" value="$preid"> {{ else }} $select |