Skip to content

Commit aad1748

Browse files
committed
Put URL in HTML tree root
1 parent 696df8c commit aad1748

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/projspec/proj/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def to_dict(self, compact=True) -> dict:
196196
def _repr_html_(self):
197197
from projspec.html import dict_to_html
198198

199-
return dict_to_html(self.to_dict(), title="Project")
199+
return dict_to_html(self.to_dict(), title=self.url)
200200

201201
@staticmethod
202202
def from_dict(dic):

0 commit comments

Comments
 (0)