Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tidy conflicts with HTML tidy #2

Open
johnsonjh opened this issue Mar 2, 2021 · 0 comments
Open

tidy conflicts with HTML tidy #2

johnsonjh opened this issue Mar 2, 2021 · 0 comments

Comments

@johnsonjh
Copy link
Member

  • Transferred from https://sourceforge.net/p/mtt/bugs/35/
    • Status: open
    • Owner: nobody
    • Labels: MTT (33)
    • Priority: 5
    • Updated: 2005-06-24
    • Created: 2005-06-24
    • Creator: Geraint Paul Bevan
    • Private: No

The name of the "tidy" script conflicts with the
package tidy (an HTML processor) which results in
rdae.r being fed into the HTML package.

$ mtt -cc rc ode2odes cc
...
Creating rc_rdae.r fixing c and cc code
line 15 column 1 - Warning: missing <!DOCTYPE> declaration
line 15 column 1 - Warning: plain text isn't allowed in
<head> elements
line 15 column 1 - Warning: inserting missing 'title'
element
Info: Document content looks like HTML 3.2
3 warnings, 0 errors were found!
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 12 April 2005), see
www.w3.org">
<title></title>
</head>
<body>
in "rc_def.r"$ clear MTTdX;$ MATRIX MTTdX(1,1);$
MTTdX(1,1) :=
lin(r,flow,r,flow,1, -
lin(c,effort,c,effort,1,mttx1,state,1) +
mttu1,effort,1);$ clear MTTy;$ MATRIX MTTy(1,1);$
MTTy(1,1) :=
lin(c,effort,c,effort,1,mttx1,state,1);$ END;
</body>
</html>

To learn more about HTML Tidy see
http://tidy.sourceforge.net
Please send bug reports to html-tidy@w3.org
HTML and CSS specifications are available from
http://www.w3.org/
Lobby your company to join W3C, see
http://www.w3.org/Consortium
make: *** [rc_rdae.r] Error 1
Exiting MTT with error 2
Exiting MTT with error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant