Module: Studium::WebConstants

Included in:
ShowLecturesOnTheCommandline
Defined in:
lib/studium/constants/constants.rb

Overview

Studium::WebConstants

Constant Summary collapse

TIMETABLE_DIV =
#

Studium::WebConstants::TIMETABLE_DIV

#
'<div style="font-family: monospace; '\
'padding:0.25em; '\
'border: 4px dotted slateblue; '\
'margin-bottom: 1.75em;">'
BR =
#

BR

This simply refers to
aka the breakline tag.

#
'<br>'