Opened 16 years ago
Closed 16 years ago
#39 closed defect (wontfix)
incorrect include paths in fast_widget_authoring.rest
Reported by: | Owned by: | alex | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Doc parser | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
... they all reference /~alex/. It seems like they should be referencing something like ../src/, e.g.:
<!-- pull in the core of Dojo --> <script language="JavaScript?" type="text/javascript"
src="/~alex/dojo/src/bootstrap1.js"></script>
<script language="JavaScript?" type="text/javascript"
src="/~alex/dojo/src/hostenv_browser.js"></script>
<script language="JavaScript?" type="text/javascript"
src="/~alex/dojo/src/bootstrap2.js"></script>
should be ../src/bootsrap1.js, etc.?
Change History (3)
comment:1 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:3 Changed 16 years ago by
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
Can't "fix" it since it is necessarily like that for publishing on the website.
Note: See
TracTickets for help on using
tickets.
(In [1183]) fixes #39