diff --git a/src/public/app/widgets/type_property_widgets/note_properties.js b/src/public/app/widgets/type_property_widgets/note_properties.js index 6049246cb..506eb62ec 100644 --- a/src/public/app/widgets/type_property_widgets/note_properties.js +++ b/src/public/app/widgets/type_property_widgets/note_properties.js @@ -9,7 +9,9 @@ const TPL = ` } - This note was originally taken from: +
`; export default class NotePropertiesWidget extends TabAwareWidget { @@ -39,6 +41,7 @@ export default class NotePropertiesWidget extends TabAwareWidget { this.$pageUrl .attr('href', pageUrl) + .attr('title', pageUrl) .text(pageUrl); } }