]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/install/install_page3.tpl
We should write UTF-8 in upper-case
[mailer.git] / templates / de / html / install / install_page3.tpl
index b0c4affbc602acc52f8735231aa8e5d7a8134e0f..172428c5d11a2d0ca7f9298ab9eb786db13f6b71 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=install.php?page=5%}" method="post" target="_self">
+<form accept-charset="UTF-8" action="{%url=install.php?page=5%}" method="post" target="_self">
 <table border="0" cellspacing="0" cellpadding="0" class="install_main">
        <tr>
                <td colspan="2" align="center">
        <tr>
                <td align="right" class="install_right">{--INSTALLER_TEXT_SMTP_HOST--}:</td>
                <td align="left">
-                       <input type="text" class="form_field" name="smtp_host" size="25" value="$content[smtp_host]
+                       <input type="text" class="form_field" name="smtp_host" size="25" value="$content[smtp_host]" />
                </td>
        </tr>
        <tr>
                <td align="right" class="install_right">{--INSTALLER_TEXT_SMTP_USER--}:</td>
                <td align="left">
-                       <input type="text" class="form_field" name="smtp_user" size="25" value="$content[smtp_user]
+                       <input type="text" class="form_field" name="smtp_user" size="25" value="$content[smtp_user]" />
                </td>
        </tr>
        <tr>
                <td align="right" class="install_right">{--INSTALLER_TEXT_SMTP_PASS1--}:</td>
                <td align="left">
-                       <input type="password" class="form_field" name="smtp_pass1" size="25" value="$content[smtp_pass1]
+                       <input type="password" class="form_field" name="smtp_pass1" size="25" value="$content[smtp_pass1]" />
                </td>
        </tr>
        <tr>
                <td align="right" class="install_right">{--INSTALLER_TEXT_SMTP_PASS2--}:</td>
                <td align="left">
-                       <input type="password" class="form_field" name="smtp_pass2" size="25" value="$content[smtp_pass2]
+                       <input type="password" class="form_field" name="smtp_pass2" size="25" value="$content[smtp_pass2]" />
                </td>
        </tr>
        <tr>