← Back to team overview

nxhtml team mailing list archive

Re: [Question #110173]: isn't xhtml dead on arrival?

 

Question #110173 on nXhtml changed:
https://answers.launchpad.net/nxhtml/+question/110173

Perry Smith posted a new comment:
Ok.  As I explore this new stuff I'll keep you posted.

I have a unrelated question.  I might should start a new thread.

This works:

    <script type="text/javascript">
      function runSuites() {
	  JSpec
	      .exec('unit/spec-loader.js')
	      .run({ fixturePath: 'fixtures' })
	      .report()
      }
    </script>

But if I change the script tag and use single quotes, it does not.  (It
is not recognized as a new chunk.)  Some pattern somewhere probably in
the mumamo code is looking for double quotes and not single quotes.  Any
idea of where that is?

-- 
You received this question notification because you are a member of
nXhtml, which is an answer contact for nXhtml.