From 2537176f53aae162d2801747628aa0e23d603407 Mon Sep 17 00:00:00 2001 From: Keith Mitchell Date: Tue, 14 Feb 2012 08:56:02 -0800 Subject: [PATCH] No need to translate "+" and "-" --- r2/r2/templates/comment.html | 2 +- r2/r2/templates/message.html | 2 +- r2/r2/templates/subreddit.compact | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/r2/r2/templates/comment.html b/r2/r2/templates/comment.html index bb5c96555..7b2da2cc3 100644 --- a/r2/r2/templates/comment.html +++ b/r2/r2/templates/comment.html @@ -83,7 +83,7 @@ ${parent.collapsed()} %else: onclick="return hidecomment(this)"> %endif - [${_("+") if collapse else unsafe(_("–"))}] + [${"+" if collapse else unsafe("–")}] %endif diff --git a/r2/r2/templates/message.html b/r2/r2/templates/message.html index 3010c62ff..7e3cf7a41 100644 --- a/r2/r2/templates/message.html +++ b/r2/r2/templates/message.html @@ -47,7 +47,7 @@ ${parent.thing_css_class(what)} ${"new" if thing.new else ""} ${"was-comment" if %else: onclick="return hidecomment(this)"> %endif - [${_("+") if collapse else _("-")}]  + [${"+" if collapse else unsafe("–")}]  <% diff --git a/r2/r2/templates/subreddit.compact b/r2/r2/templates/subreddit.compact index fb7793b7d..10f3e6b6a 100644 --- a/r2/r2/templates/subreddit.compact +++ b/r2/r2/templates/subreddit.compact @@ -36,7 +36,7 @@ %>