From c1d4413e20353efb37a18b065ed64c70ad8a2ee9 Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Mon, 27 Feb 2012 12:06:24 +0100 Subject: [PATCH] MDL-30982 Fixing invalid @example tag usage --- backup/moodle2/backup_activity_task.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/moodle2/backup_activity_task.class.php b/backup/moodle2/backup_activity_task.class.php index be6038865dd..360dd63117b 100644 --- a/backup/moodle2/backup_activity_task.class.php +++ b/backup/moodle2/backup_activity_task.class.php @@ -316,7 +316,7 @@ abstract class backup_activity_task extends backup_task { * Encodes URLs to the activity instance's scripts into a site-independent form * * The current instance of the activity may be referenced from other places in - * the course by URLs like {@example http://my.moodle.site/mod/workshop/view.php?id=42} + * the course by URLs like http://my.moodle.site/mod/workshop/view.php?id=42 * Obvisouly, such URLs are not valid any more once the course is restored elsewhere. * For this reason the backup file does not store the original URLs but encodes them * into a transportable form. During the restore, the reverse process is applied and