Skip to content

Commit

Permalink
Remove typo of a single quote that is not needed on the Install From …
Browse files Browse the repository at this point in the history
…Url screen

Remove typo of a single quote that is not needed on the Install From Url screen
  • Loading branch information
Phil Taylor committed Jun 17, 2016
1 parent bfca4bf commit 905dfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/installer/urlinstaller/tmpl/default.php
Expand Up @@ -36,5 +36,5 @@
</div>
<div class="form-actions">
<input type="button" class="btn btn-primary" id="installbutton_url"
value="<?php echo JText::_('PLG_INSTALLER_URLINSTALLER_BUTTON'); ?>" onclick="Joomla.submitbuttonurl()" />'
value="<?php echo JText::_('PLG_INSTALLER_URLINSTALLER_BUTTON'); ?>" onclick="Joomla.submitbuttonurl()" />
</div>

0 comments on commit 905dfcf

Please sign in to comment.