diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2008-10-02 00:09:23 +0200 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2008-10-02 00:09:23 +0200 |
commit | dee12929c93fac37f9c27c0c6989d6c5f8703f50 (patch) | |
tree | 78b88fabfd519f18a9c6e705ee9ccaef3c50afe9 | |
parent | Update brezhoneg patch (diff) | |
download | portage-dee12929c93fac37f9c27c0c6989d6c5f8703f50.tar.xz |
Some accent failed
-rw-r--r-- | www-servers/lighttpd/files/1.4.20/11_all_lighttpd-1.4.18-dirlisting-brezhoneg-on-sort.diff | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-servers/lighttpd/files/1.4.20/11_all_lighttpd-1.4.18-dirlisting-brezhoneg-on-sort.diff b/www-servers/lighttpd/files/1.4.20/11_all_lighttpd-1.4.18-dirlisting-brezhoneg-on-sort.diff index 403f0524..4d234366 100644 --- a/www-servers/lighttpd/files/1.4.20/11_all_lighttpd-1.4.18-dirlisting-brezhoneg-on-sort.diff +++ b/www-servers/lighttpd/files/1.4.20/11_all_lighttpd-1.4.18-dirlisting-brezhoneg-on-sort.diff @@ -27,7 +27,7 @@ - "<th class=\"s\"><a href=\"#\" class=\"sortheader\" onclick=\"resort(this);return false;\">Size <span class=\"sortarrow\"></span></a></th>" - "<th class=\"t\"><a href=\"#\" class=\"sortheader\" onclick=\"resort(this);return false;\">Type <span class=\"sortarrow\"></span></a></th>" + "<th class=\"n\"><a href=\"#\" class=\"sortheader\" onclick=\"resort(this);return false;\">Anv <span class=\"sortarrow\"></span></a></th>" -+ "<th class=\"m\"><a href=\"#\" class=\"sortheader\" onclick=\"resort(this);return false;\">Kemm da ziwezhañ <span class=\"sortarrow\"></span></a></th>" ++ "<th class=\"m\"><a href=\"#\" class=\"sortheader\" onclick=\"resort(this);return false;\">Kemm da ziwezhañ <span class=\"sortarrow\"></span></a></th>" + "<th class=\"s\"><a href=\"#\" class=\"sortheader\" onclick=\"resort(this);return false;\">Brasentez <span class=\"sortarrow\"></span></a></th>" + "<th class=\"t\"><a href=\"#\" class=\"sortheader\" onclick=\"resort(this);return false;\">Benaos <span class=\"sortarrow\"></span></a></th>" "</tr>" @@ -39,7 +39,7 @@ "<td class=\"m\"> </td>" "<td class=\"s\">- </td>" - "<td class=\"t\">Directory</td>" -+ "<td class=\"t\">Roll Skridoù</td>" ++ "<td class=\"t\">Roll Skridoù</td>" "</tr>\n" )); } @@ -48,7 +48,7 @@ buffer_append_string_len(out, CONST_STR_LEN("</a>/</td><td class=\"m\">")); buffer_append_string_len(out, datebuf, sizeof(datebuf) - 1); - buffer_append_string_len(out, CONST_STR_LEN("</td><td class=\"s\">- </td><td class=\"t\">Directory</td></tr>\n")); -+ buffer_append_string_len(out, CONST_STR_LEN("</td><td class=\"s\">- </td><td class=\"t\">Roll Skridoù</td></tr>\n")); ++ buffer_append_string_len(out, CONST_STR_LEN("</td><td class=\"s\">- </td><td class=\"t\">Roll Skridoù</td></tr>\n")); free(tmp); } |