Skip to content
Snippets Groups Projects
Commit 1160eaef authored by gloas's avatar gloas
Browse files

MonocleReaderServerSide indentation

parent 7b027419
Branches
Tags
No related merge requests found
......@@ -65,14 +65,7 @@ class ZendAfi_View_Helper_MonocleReaderServerSide extends Zend_View_Helper_HtmlE
$components = [];
foreach ($epub->getSpineItems() as $item) {
$href=$epub->getItemElById($item['id'])->getAttribute('href') ;
<<<<<<< HEAD
$components[$item['id']]= $href;
=======
$components[$item['id']]= $href;
>>>>>>> Boite panier: ajouter des notices au panier courant : modification Action panier/ajout-ajax
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment