Hi,
SVN 440 introduced a bug that prevents me from clicking the 'Save'
button on the settings page. I found that on my system rc_substr uses
mb_substr now, and somehow that causes following change in output of the
HTML:
====================================
--- substr.html 2007-01-03 15:59:19.582425500 +0100
+++ mb_substr.html 2007-01-03 15:59:02.676391900 +0100
@@ -173,7 +173,8 @@
</script>
-<script type="text/javascript">
+</body>
+</<script type="text/javascript">
<!--
if (window.call_init)
====================================
Now I have absolutely no experience with multibyte strings, so somebody
else will have to figure out why mb_substr() causes to add '</body>' and
one too many '</' to the HTML output.
Robin