mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Remove extraneous white space
This commit is contained in:
@@ -124,7 +124,7 @@
|
|||||||
|
|
||||||
if(removeWatch)
|
if(removeWatch)
|
||||||
{
|
{
|
||||||
doRemoveWatch();
|
doRemoveWatch();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -144,9 +144,9 @@
|
|||||||
habitrpg.filter('markdown', function() {
|
habitrpg.filter('markdown', function() {
|
||||||
return function(input){
|
return function(input){
|
||||||
var html = md.toHtml(input);
|
var html = md.toHtml(input);
|
||||||
|
|
||||||
html = html.replace(' href',' target="_self" href');
|
html = html.replace(' href',' target="_self" href');
|
||||||
|
|
||||||
return html;
|
return html;
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user