fix watch title
This commit is contained in:
parent
dd43bf4247
commit
396df43581
1 changed files with 1 additions and 1 deletions
|
|
@ -433,7 +433,7 @@ func (w *watcher) handleRoot(hw http.ResponseWriter, r *http.Request) {
|
||||||
<div id="d2-err" style="display: none"></div>
|
<div id="d2-err" style="display: none"></div>
|
||||||
<div id="d2-svg-container"></div>
|
<div id="d2-svg-container"></div>
|
||||||
</body>
|
</body>
|
||||||
</html>`, w.outputPath, w.devMode)
|
</html>`, filepath.Base(w.outputPath), w.devMode)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (w *watcher) handleWatch(hw http.ResponseWriter, r *http.Request) error {
|
func (w *watcher) handleWatch(hw http.ResponseWriter, r *http.Request) error {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue