Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arithmetic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/arithmetic.py b/arithmetic.py
index 771f224..d978121 100644
--- a/arithmetic.py
+++ b/arithmetic.py
@@ -452,7 +452,7 @@ class ArithmeticActivity(groupthink.sugar_tools.GroupActivity):
if self.cloud.periodentry.get_text() != str(self.secondsleft):
self.cloud.periodentry.set_text(str(self.period))
- markup = "%s : <span weight=\"bold\" fgcolor=\"%s\">%s</span>" % (
+ markup = "%s : <span weight=\"bold\" color=\"%s\">%s</span>" % (
old_question,
old_answercorrect and "blue" or "black",
old_answer)