diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-02-14 22:57:43 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-02-14 22:57:43 +0000 |
| commit | abb35addb8d9f1de932636c5055f6cbb154ee5ac (patch) | |
| tree | 82136a036d4a9ba31d1382d19e4a847f94650705 /htroot/ConfigUpdate_p.html | |
| parent | b35fda43ea411461a917ef6ddfa1604423945656 (diff) | |
added
accept-charset="UTF-8"
to all forms
this applies patches from http://forum.yacy-websuche.de/viewtopic.php?p=20891#p20891
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7482 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ConfigUpdate_p.html')
| -rw-r--r-- | htroot/ConfigUpdate_p.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/htroot/ConfigUpdate_p.html b/htroot/ConfigUpdate_p.html index b8fc25f68..95793eed3 100644 --- a/htroot/ConfigUpdate_p.html +++ b/htroot/ConfigUpdate_p.html @@ -22,7 +22,7 @@ <dt>Current installed Release</dt> <dd>#[versionpp]#</dd> <dt><br />Available Releases (<a href="http://svn.berlios.de/wsvn/yacy/?op=log">changelog</a>)</dt> - <dd><form action="ConfigUpdate_p.html" method="get"><p> + <dd><form action="ConfigUpdate_p.html" method="get" accept-charset="UTF-8"><p> <select name="releasedownload"> #{availreleases}# <option #(selected)#::selected="selected"#(/selected)# value="#[url]#">#[name]# #(signatures)#(unsigned)::(signed)#(/signatures)#</option> @@ -32,7 +32,7 @@ <input type="submit" name="checkRelease" value="Check for new Release" /> </p></form></dd> <dt><br />Downloaded Releases</dt> - <dd><form action="ConfigUpdate_p.html" method="get"><p> + <dd><form action="ConfigUpdate_p.html" method="get" accept-charset="UTF-8"><p> #(downloadsAvailable)# No downloaded releases available for deployment. :: @@ -48,7 +48,7 @@ #(/deployenabled)# </p></form></dd> <dt><br />Automatic Update</dt> - <dd><form action="ConfigUpdate_p.html" method="get"><p> + <dd><form action="ConfigUpdate_p.html" method="get" accept-charset="UTF-8"><p> check for new releases, download if available and restart with downloaded release<br /> <input type="submit" name="autoUpdate" value="Check + Download + Install Release Now" /><br /> #(autoUpdate)#:: @@ -61,7 +61,7 @@ </dl> </fieldset> - <form action="ConfigUpdate_p.html" method="get"> + <form action="ConfigUpdate_p.html" method="get" accept-charset="UTF-8"> <fieldset> <legend>Automated System Update</legend> <dl> |
