X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fes%2Fweb.texi;h=3aca6e20a002e5ff5db860c4242254b4e9c7af44;hb=278124fbbfbf99756bcdc9274838034e11cf43e4;hp=0384d140add94115af4d3db23bfc624878f7db1c;hpb=646848f37e1b5faca1678fb4d1845216f2a41993;p=lilypond.git diff --git a/Documentation/es/web.texi b/Documentation/es/web.texi index 0384d140ad..3aca6e20a0 100644 --- a/Documentation/es/web.texi +++ b/Documentation/es/web.texi @@ -182,7 +182,7 @@ LilyPond es software libre y forma parte del return xhttp.responseXML; } - var xmlDoc = loadXMLDoc("tweets.xml"); + var xmlDoc = loadXMLDoc("tweets-es.xml"); var tweets = xmlDoc.getElementsByTagName("tweet"); var index = Math.floor(Math.random() * tweets.length); var tweet = tweets[index];