aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/infrastructure/ace/www/ace2_inner.js
diff options
context:
space:
mode:
authorEgil Moeller <egil.moller@freecode.no>2010-03-12 21:25:15 +0100
committerEgil Moeller <egil.moller@freecode.no>2010-03-12 21:25:15 +0100
commitfaae6d36cc92aae7c040146edb8471fa8e8c6a75 (patch)
tree40ce0e6a8c1959ba288a1a130243687b2ed98a45 /trunk/infrastructure/ace/www/ace2_inner.js
parent2d8d9afeb01df0772661348321974627d42c8850 (diff)
downloadetherpad-faae6d36cc92aae7c040146edb8471fa8e8c6a75.tar.gz
etherpad-faae6d36cc92aae7c040146edb8471fa8e8c6a75.tar.xz
etherpad-faae6d36cc92aae7c040146edb8471fa8e8c6a75.zip
Tags are now shown as links
Diffstat (limited to 'trunk/infrastructure/ace/www/ace2_inner.js')
-rw-r--r--trunk/infrastructure/ace/www/ace2_inner.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/trunk/infrastructure/ace/www/ace2_inner.js b/trunk/infrastructure/ace/www/ace2_inner.js
index afd1e35..eccb53c 100644
--- a/trunk/infrastructure/ace/www/ace2_inner.js
+++ b/trunk/infrastructure/ace/www/ace2_inner.js
@@ -1140,6 +1140,7 @@ function OUTER(gscope) {
else {
var offsetIntoLine = 0;
var filteredFunc = textAndClassFunc;
+ filteredFunc = linestylefilter.getPadTagFilter(text, filteredFunc);
filteredFunc = linestylefilter.getURLFilter(text, filteredFunc);
if (browser.msie) {
// IE7+ will take an e-mail address like <foo@bar.com> and linkify it to foo@bar.com.