mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-11 08:34:29 +02:00
Remove trailing ?> in PHP library files, add trailing newlines to all other files.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1253 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
@@ -38,4 +38,4 @@ while (false !== ($filename = readdir($dh))) {
|
||||
?>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
@@ -66,4 +66,4 @@ foreach ($xml->group as $group) {
|
||||
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
@@ -186,4 +186,4 @@
|
||||
<sample><![CDATA[]]></sample>
|
||||
</group>
|
||||
-->
|
||||
</samples>
|
||||
</samples>
|
||||
|
@@ -67,4 +67,4 @@ if ($page) {
|
||||
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
@@ -45,4 +45,4 @@ div > * {background:#F00; color:#FFF; font-weight:bold; padding:0.2em; margin:0.
|
||||
.insert-declarations-above
|
||||
{background:#008000; margin:0; padding:0.2em;}
|
||||
#module-text span, #module-text div {padding:0; margin:0.1em;}
|
||||
#module-list li, #module-list dd, #module-list dt {border:1px solid #FFF;}
|
||||
#module-list li, #module-list dd, #module-list dt {border:1px solid #FFF;}
|
||||
|
@@ -76,4 +76,4 @@ otherwise there will be problems.</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
@@ -121,4 +121,4 @@ hr@size
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
@@ -11,4 +11,3 @@ function escapeHTML($string) {
|
||||
return $string;
|
||||
}
|
||||
|
||||
?>
|
@@ -74,4 +74,4 @@ echo htmlspecialchars(print_r($config->getAll(), true));
|
||||
?>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
@@ -37,4 +37,4 @@ not the library is lazy loaded.</p>
|
||||
<p>HTMLPurifier class exists: <?php printb(class_exists('HTMLPurifier')); ?></li></p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
@@ -41,4 +41,4 @@ echo $youtube_purifier->purify($string);
|
||||
?></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
@@ -111,4 +111,4 @@ Null/Disabled will mean that user whitelisting functionality is disabled.</p>
|
||||
<h2>CSSDefinition</h2>
|
||||
<?php echo $printer_css_definition->render($config) ?>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
@@ -37,4 +37,3 @@ HTMLPurifier_ConfigSchema::defineNamespace('ReportCard', 'It is for grades.');
|
||||
HTMLPurifier_ConfigSchema::define('ReportCard', 'English', null, 'string/null', 'Grade from English class.');
|
||||
HTMLPurifier_ConfigSchema::define('ReportCard', 'Absences', 0, 'int', 'How many times missing from school?');
|
||||
|
||||
?>
|
@@ -37,4 +37,4 @@ in <strong>Purified</strong>. If <strong>Purified</strong> is mangled, there
|
||||
is likely trouble a-brewing in the library. If
|
||||
both are mangled, check to see that this file was not corrupted.</p>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
@@ -51,4 +51,4 @@ for ($i = 0; $i < 256; $i++) {
|
||||
removed, as well as escaping quotes outside of tags, this is a non-threat.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
@@ -93,4 +93,4 @@ foreach ($xml->attack as $attack) {
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user