Anpassung von Adressen und Charset-Umstellung auf utf-8
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user