Skip to content

Commit be67a87

Browse files
committed
No longer translate anchors
1 parent 5e069d6 commit be67a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/layouts/default.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
autocollect : true,
171171
ignore_tags : ['i'],
172172
parse_attr : ['data-title', 'data-content', 'data-text'],
173-
ignore_class : ["code", "ace_editor"]
173+
ignore_class : ["code", "anchor"]
174174
};
175175
</script>
176176
<script type="text/javascript" src="http://cdn.transifex.com/live.js"></script>

0 commit comments

Comments
 (0)