Browse Source

Code in comments is discouraged, but we'll try to skip

pull/722/head
Jared Whiklo 7 years ago
parent
commit
e97bf6a91a
  1. 2
      theme/islandora-object.tpl.php

2
theme/islandora-object.tpl.php

@ -1,5 +1,6 @@
<?php <?php
// @codingStandardsIgnoreStart
/** /**
* @file * @file
* The default object view. * The default object view.
@ -57,6 +58,7 @@
* do something here * do something here
* } * }
*/ */
// @codingStandardsIgnoreEnd
?> ?>
<div class="islandora-object islandora"> <div class="islandora-object islandora">
<h2><?php print t('Details'); ?></h2> <h2><?php print t('Details'); ?></h2>

Loading…
Cancel
Save