diff options
author | Stephen Beaver <sbeaver@netgate.com> | 2016-04-28 08:33:12 -0400 |
---|---|---|
committer | Stephen Beaver <sbeaver@netgate.com> | 2016-04-28 08:33:12 -0400 |
commit | 3f3df45b8c2d6a106dc722b3f8482551ab3c9033 (patch) | |
tree | 0fe79580a10a03d4fd8003eb025c3b60bd5132fd /src/usr | |
parent | 0d77eed46fcadbb3ccefb8486172e07202381e0a (diff) | |
parent | a45a72355ef322c76408d73b930a92a5e765b2ca (diff) | |
download | pfsense-3f3df45b8c2d6a106dc722b3f8482551ab3c9033.zip pfsense-3f3df45b8c2d6a106dc722b3f8482551ab3c9033.tar.gz |
Merge pull request #2915 from NOYB/HTML_Compliance_-_Setup_Wizard
Diffstat (limited to 'src/usr')
-rw-r--r-- | src/usr/local/www/wizards/setup_wizard.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/wizards/setup_wizard.xml b/src/usr/local/www/wizards/setup_wizard.xml index e784039..45bd99c 100644 --- a/src/usr/local/www/wizards/setup_wizard.xml +++ b/src/usr/local/www/wizards/setup_wizard.xml @@ -789,10 +789,10 @@ </stepbeforeformdisplay> <description> <![CDATA[ - Congratulations! pfSense is now configured.<p/> - Please consider contributing back to the project!<p/> - Click <a target='_new' href='https://www.pfsense.org/get-involved/index.html'>here</a> to purchase services offered by the pfSense team and find other ways to contribute.<p/> - Click <a href='$myurl'>here</a> to continue on to pfSense webConfigurator. + Congratulations! pfSense is now configured.<p> + Please consider contributing back to the project!</p><p> + Click <a target='_blank' href='https://www.pfsense.org/get-involved/index.html'>here</a> to purchase services offered by the pfSense team and find other ways to contribute.</p><p> + Click <a href='$myurl'>here</a> to continue on to pfSense webConfigurator.</p> ]]> </description> </step> |