Skip to content

Commit 7e0390d

Browse files
author
Laur0r
authored
fix mouseover spacing
1 parent ddce1ba commit 7e0390d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/block.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Example context (json):
4343
{{#courses}}
4444
{{#.}}
4545
<div title="{{# str}}evacourseid, block_evasys_sync{{/str}} {{evasyscourseid}}
46-
{{# str}}evainternalid, block_evasys_sync{{/str}} {{technicalid}}">
46+
{{# str}}evainternalid, block_evasys_sync{{/str}} {{technicalid}}">
4747
<span class="emphasize">{{# str}}evacoursename, block_evasys_sync{{/str}}</span> {{evasyscoursetitle}}</div>
4848
<div>
4949
<span class="emphasize">{{# str}}countparticipants, block_evasys_sync{{/str}}</span>
@@ -124,4 +124,4 @@ Example context (json):
124124
<input id='evasyssubmitbutton' class="in_box_button" type="submit" value="{{# str}}planorstartevaluation, block_evasys_sync{{/str}}" {{#disablesubmit}}disabled{{/disablesubmit}}/>
125125
{{/direct}}
126126
{{/showcontrols}}
127-
</form>
127+
</form>

0 commit comments

Comments
 (0)