Browse Source

Re-added line endings to pass tests.

tags/2.0.3
Sam 10 years ago
parent
commit
478254d388
  1. 2
      Carousel.php
  2. 2
      Collapse.php
  3. 2
      Progress.php

2
Carousel.php

@ -88,7 +88,7 @@ class Carousel extends Widget
$this->renderItems(), $this->renderItems(),
$this->renderControls(), $this->renderControls(),
Html::endTag('div') Html::endTag('div')
]); ]) . "\n";
} }
/** /**

2
Collapse.php

@ -81,7 +81,7 @@ class Collapse extends Widget
Html::beginTag('div', $this->options), Html::beginTag('div', $this->options),
$this->renderItems(), $this->renderItems(),
Html::endTag('div') Html::endTag('div')
]); ]) . "\n";
} }
/** /**

2
Progress.php

@ -110,7 +110,7 @@ class Progress extends Widget
Html::beginTag('div', $this->options), Html::beginTag('div', $this->options),
$this->renderProgress(), $this->renderProgress(),
Html::endTag('div') Html::endTag('div')
]); ]) . "\n";
} }
/** /**

Loading…
Cancel
Save