Anpassung von Adressen und Charset-Umstellung auf utf-8

This commit is contained in:
2016-07-08 13:31:51 +00:00
parent 1c201488b6
commit 19a604f024
14 changed files with 35 additions and 31 deletions

View File

@@ -5,7 +5,7 @@
<col width="40%"/>
</colgroup>
<tr>
<th>R!ST Verwaltung - Pablo Rink und Christian Steinle GbR</th>
<th>R!ST Verwaltung - CS medien- & kommunikationssysteme</th>
<th><a href="http://www.ri-st.de/" target="_blank">www.ri-st.de</a></th>
</tr>
</table>

View File

@@ -17,8 +17,9 @@ else
<div id="right">
<p>
R!ST<br/>
Rink und Steinle GbR<br/>
Im Gässele 8<br/>
89079 Unterweiler
CS medien- & kommunikationssysteme<br/>
Christian Steinle<br/>
Geilsinger Str. 14<br/>
73312 Geislingen
</p>
</div>

View File

@@ -2,8 +2,9 @@
<div id="right">
<p>
R!ST<br/>
Rink und Steinle GbR<br/>
Im Gässele 8<br/>
89079 Unterweiler
CS medien- & kommunikationssysteme<br/>
Christian Steinle<br/>
Geilsinger Str. 14<br/>
73312 Geislingen
</p>
</div>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Website</title>
<script type="text/javascript">
function change_style(div) {

View File

@@ -30,7 +30,7 @@ $headers .= "\nMIME-Version: 1.0\n" .
$email_message = "This is a multi-part message in MIME format.\n\n" .
"--{$mime_boundary}\n" .
"Content-Type:text; charset=\"iso-8859-1\"\n" .
"Content-Type:text; charset=\"utf-8\"\n" .
"Content-Transfer-Encoding: 8bit\n\n" .
$email_message . "\n\n";

View File

@@ -26,7 +26,7 @@ $headers .= "\nMIME-Version: 1.0\n" .
$email_message = "This is a multi-part message in MIME format.\n\n" .
"--{$mime_boundary}\n" .
"Content-Type:text; charset=\"iso-8859-1\"\n" .
"Content-Type:text; charset=\"utf-8\"\n" .
"Content-Transfer-Encoding: 8bit\n\n" .
$email_message . "\n\n";