monovitae Posted October 19, 2013 Share Posted October 19, 2013 Not sure if this is a bug or if I just cant figure out how to format it properly. Given the keywords involved, my google foo is failing me.mumble-server.ini welcometext="Welcome to <b>Server.com</b>. Enjoy your stay! <br> <A href="http://www.youtube.com/watch?v=93XiOIw&feature=player_embedded">Test</A>" Upon restarting the server what shows up as the actual link that you can click on is thishttp://www.youtube.com/watch?vSo it appears that the = in the url is causing some kind of conflict. I've tried escaping it with a \ but that just removes the = altogether.Thoughts? Quote Link to comment Share on other sites More sharing options...
Administrators kissaki Posted October 19, 2013 Administrators Share Posted October 19, 2013 Put it into a single line!?Use \n and/or to line break. Quote Link to comment Share on other sites More sharing options...
monovitae Posted October 20, 2013 Author Share Posted October 20, 2013 Good suggestion but moving to one line both with and without the outermost quotes produces the same results as above. Quote Link to comment Share on other sites More sharing options...
Administrators kissaki Posted October 20, 2013 Administrators Share Posted October 20, 2013 Obviously, you have `"` in your text, canceling the quotation of the value.Try using `'` instead.welcometext="Welcome to <b>Server.com</b>. Enjoy your stay!<br><A href='http://www.youtube.com/watch?v=93XiOIw&feature=player_embedded'>Test</A>" Quote Link to comment Share on other sites More sharing options...
monovitae Posted October 21, 2013 Author Share Posted October 21, 2013 Single quotes wrapped in outer double quotes seems to work. Thanks for the help. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.