Plugin Directory

Changeset 1441075


Ignore:
Timestamp:
06/21/2016 04:19:31 PM (10 years ago)
Author:
djerba
Message:

remove blank space - wpn.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • web-push-notification/trunk/wpn/wpn.php

    r1441013 r1441075  
    146146                                <div class="WebPushNotifications_service_content WebPushNotifications_service_content_active">
    147147                                    <form method="POST" action="" />
    148                                         <input placeholder="<?php echo __('Please insert your Public Key', 'web-push-notifications');?>" class="WebPushNotifications_input" type="text" name="<?php echo $this->Signature['pluginSlug'];?>-public-key" value="<?php echo $pluginOptions['pluginPrivateKey'];?>" />
     148                                        <input placeholder="<?php echo __('Please insert your Public Key', 'web-push-notifications');?>" class="WebPushNotifications_input" type="text" name="<?php echo $this->Signature['pluginSlug'];?>-public-key" value="<?php echo $pluginOptions['pluginPublicKey'];?>" />
    149149                                        <p class="description"><?php echo __('Public key', 'web-push-notifications');?></p>
    150150                                       
Note: See TracChangeset for help on using the changeset viewer.