minor removing trailing ?>

skala
Laurent Opprecht 13 years ago
parent f651978616
commit 858c506070
  1. 1
      main/coursecopy/classes/CourseSelectForm.class.php
  2. 1
      main/coursecopy/classes/CourseSession.class.php
  3. 4
      main/coursecopy/classes/DummyCourseCreator.class.php
  4. 1
      main/coursecopy/classes/Event.class.php
  5. 1
      main/coursecopy/classes/Glossary.class.php
  6. 1
      main/coursecopy/classes/LinkCategory.class.php
  7. 1
      main/coursecopy/classes/SurveyInvitation.class.php
  8. 1
      main/coursecopy/classes/ToolIntro.class.php
  9. 1
      main/coursecopy/classes/wiki.class.php

@ -453,4 +453,3 @@ class CourseSelectForm
echo '<div id="dynamic_div" style="display:block;margin-left:40%;margin-top:10px;height:50px;"></div>';
}
}
?>

@ -28,4 +28,3 @@ class CourseSession extends Resource {
echo $this->title;
}
}
?>

@ -304,7 +304,3 @@ class DummyCourseCreator
}
}
}
?>

@ -83,4 +83,3 @@ class Event extends Resource
echo $this->title.' ('.$this->start_date.' -> '.$this->end_date.')';
}
}
?>

@ -46,4 +46,3 @@ class Glossary extends Resource
echo $this->name;
}
}
?>

@ -50,4 +50,3 @@ class LinkCategory extends Resource
echo $this->title.' '.$this->description.'<br />';
}
}
?>

@ -62,4 +62,3 @@ class SurveyInvitation extends Resource
echo $this->invitation_code;
}
}
?>

@ -93,4 +93,3 @@ class ToolIntro extends Resource
echo $this->intro_text;
}
}
?>

@ -44,4 +44,3 @@ class Wiki extends Resource
echo $this->reflink.' ('. (empty($this->group_id) ? get_lang('Everyone') : get_lang('Group') . ' ' . $this->group_id) .') ' . '<i>(' . $this->dtime . ')</i>';
}
}
?>

Loading…
Cancel
Save